取得或設定指定有關此時鐘向量元素之其他資訊的旗標。
命名空間: Microsoft.Synchronization.FeedSync
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)
語法
'宣告
Public Property Flags As FeedClockVectorElementOptions
'用途
Dim instance As FeedClockVectorElement
Dim value As FeedClockVectorElementOptions
value = instance.Flags
instance.Flags = value
public FeedClockVectorElementOptions Flags { get; set; }
public:
property FeedClockVectorElementOptions Flags {
FeedClockVectorElementOptions get ();
void set (FeedClockVectorElementOptions value);
}
/** @property */
public FeedClockVectorElementOptions get_Flags ()
/** @property */
public void set_Flags (FeedClockVectorElementOptions value)
public function get Flags () : FeedClockVectorElementOptions
public function set Flags (value : FeedClockVectorElementOptions)
屬性值
指定有關此時鐘向量元素之其他資訊的旗標。
請參閱
參考
FeedClockVectorElement 類別
FeedClockVectorElement 成員
Microsoft.Synchronization.FeedSync 命名空間