Freigeben über


SyncAnchor.Anchor-Eigenschaft

Ruft den Ankerwert in Form eines Byte-Arrays ab oder legt ihn fest.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
Public Property Anchor As Byte()
'Usage
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[])

Eigenschaftenwert

Ein Byte-Array mit dem Wert des Ankers, z. B. ein Timestampwert.

Siehe auch

Verweis

SyncAnchor-Klasse
SyncAnchor-Member
Microsoft.Synchronization.Data-Namespace