共用方式為


FeedClockVectorElement.SyncTime 屬性

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

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

語法

'宣告
Public Property SyncTime As Nullable(Of DateTime)
'用途
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);
}
/** @property */
public Nullable<DateTime> get_SyncTime ()

/** @property */
public void set_SyncTime (Nullable<DateTime> value)
public function get SyncTime () : Nullable<DateTime>

public function set SyncTime (value : Nullable<DateTime>)

屬性值

對應至項目之 when 值的同步處理時間值。

請參閱

參考

FeedClockVectorElement 類別
FeedClockVectorElement 成員
Microsoft.Synchronization.FeedSync 命名空間