サーバーで行われた変更に基づいてデータをリフレッシュする自動
Refresh 操作の 間隔を取得または設定します。
シンタックス
'宣言
<System.ComponentModel.DescriptionAttribute("Gets or sets the interval between automatic Refresh operations.")>
<System.ComponentModel.CategoryAttribute("Common")>
<System.ComponentModel.DefaultValueAttribute(System.TimeSpan, "00:00:00")>
Public Property RefreshInterval As System.TimeSpan
[System.ComponentModel.Description("Gets or sets the interval between automatic Refresh operations.")]
[System.ComponentModel.Category("Common")]
[System.ComponentModel.DefaultValue(System.TimeSpan, "00:00:00")]
public System.TimeSpan RefreshInterval {get; set;}
参照