Partager via


Propriété SyncAnchor.Anchor

Obtient ou définit la valeur d'ancre sous la forme d'un tableau d'octets.

Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)

Syntaxe

'Déclaration
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
Public Property Anchor As Byte()
'Utilisation
Dim instance As SyncAnchor
Dim value As Byte()

value = instance.Anchor

instance.Anchor = value
[SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")] 
public byte[] Anchor { get; set; }
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1819:PropertiesShouldNotReturnArrays")] 
public:
property array<unsigned char>^ Anchor {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
/** @property */
public byte[] get_Anchor ()

/** @property */
public void set_Anchor (byte[] value)
public function get Anchor () : byte[]

public function set Anchor (value : byte[])

Valeur de propriété

Tableau d'octets qui contient la valeur de l'ancre, telle qu'une valeur d'horodatage.

Voir aussi

Référence

Classe SyncAnchor
Membres SyncAnchor
Espace de noms Microsoft.Synchronization.Data