クロック ベクタ要素に関する追加情報を指定するフラグを取得または設定します。
名前空間: 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 名前空間