FeedClockVectorElement.Flags Property

Gets or sets flags that specify additional information about the clock vector element.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Property Flags As FeedClockVectorElementOptions
    Get
    Set
'Usage
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);
}
member Flags : FeedClockVectorElementOptions with get, set
function get Flags () : FeedClockVectorElementOptions
function set Flags (value : FeedClockVectorElementOptions)

Property Value

Type: Microsoft.Synchronization.FeedSync.FeedClockVectorElementOptions
Flags that specify additional information about the clock vector element.

See Also

Reference

FeedClockVectorElement Class

Microsoft.Synchronization.FeedSync Namespace