共用方式為


SyncTime 屬性

取得或設定對應至項目之 when 值的同步處理時間值。

命名空間:  Microsoft.Synchronization.FeedSync
組件:  Microsoft.Synchronization (在 Microsoft.Synchronization.dll 中)

語法

'宣告
Public Property SyncTime As Nullable(Of DateTime)
    Get
    Set
'用途
Dim instance As FeedClockVectorElement
Dim value As Nullable(Of DateTime)

value = instance.SyncTime

instance.SyncTime = value
public Nullable<DateTime> SyncTime { get; set; }
public:
property Nullable<DateTime> SyncTime {
    Nullable<DateTime> get ();
    void set (Nullable<DateTime> value);
}
member SyncTime : Nullable<DateTime> with get, set
function get SyncTime () : Nullable<DateTime>
function set SyncTime (value : Nullable<DateTime>)

屬性值

型別:System. . :: . .Nullable< (Of < ( <'DateTime> ) > ) >
對應至項目之 when 值的同步處理時間值。

請參閱

參考

FeedClockVectorElement類別

FeedClockVectorElement 成員

Microsoft.Synchronization.FeedSync 命名空間