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
'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);
}
/** @property */
public FeedClockVectorElementOptions get_Flags ()

/** @property */
public void set_Flags (FeedClockVectorElementOptions value)
public function get Flags () : FeedClockVectorElementOptions

public function set Flags (value : FeedClockVectorElementOptions)

Property Value

Flags that specify additional information about the clock vector element.

See Also

Reference

FeedClockVectorElement Class
FeedClockVectorElement Members
Microsoft.Synchronization.FeedSync Namespace