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 命名空间