SyncRelationship.RefreshFrequencyInHours 屬性

定義

指定同步處理頻率。 0 或 null 僅適用於隨選同步。

public:
 property Nullable<int> RefreshFrequencyInHours { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember]
public int? RefreshFrequencyInHours { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.RefreshFrequencyInHours : Nullable<int> with get, set
Public Property RefreshFrequencyInHours As Nullable(Of Integer)

屬性值

Nullable<Int32>

同步頻率。 0 或 null 僅適用於隨選同步。

屬性

適用於