FeedClockVectorElement.Flags 属性

获取或设置指定关于时钟向量元素的其他信息的标志。

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