Compartir a través de


Anchor Propiedad

Obtiene o establece el valor de delimitador en forma de matriz de bytes.

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

Sintaxis

'Declaración
Public Property Anchor As Byte()
    Get
    Set
'Uso
Dim instance As SyncAnchor
Dim value As Byte()

value = instance.Anchor

instance.Anchor = value
public byte[] Anchor { get; set; }
public:
property array<unsigned char>^ Anchor {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
member Anchor : byte[] with get, set
function get Anchor () : byte[]
function set Anchor (value : byte[])

Valor de la propiedad

Tipo: array<System. . :: . .Byte> [] () [] []
Matriz de bytes que contiene el valor del delimitador, como por ejemplo un valor de marca de tiempo.

Excepciones

Excepción Condición
ArgumentException

value tiene más de 10e6 bytes.

Vea también

Referencia

SyncAnchor Clase

SyncAnchor Miembros

Microsoft.Synchronization.Data Espacio de nombres