Share via


Flags Propiedad

Obtiene o establece marcas que especifican información adicional sobre el elemento de vector de reloj.

Espacio de nombres:  Microsoft.Synchronization.FeedSync
Ensamblado:  Microsoft.Synchronization (en Microsoft.Synchronization.dll)

Sintaxis

'Declaración
Public Property Flags As FeedClockVectorElementOptions
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.Synchronization.FeedSync. . :: . .FeedClockVectorElementOptions
Marcas que especifican información adicional sobre el elemento de vector de reloj.

Vea también

Referencia

FeedClockVectorElement Clase

FeedClockVectorElement Miembros

Microsoft.Synchronization.FeedSync Espacio de nombres