SyncAnchor.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
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
Public Property Anchor As Byte()
'Uso
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[])
Valor de la propiedad
Matriz de bytes que contiene el valor del delimitador, como por ejemplo un valor de marca de tiempo.
Vea también
Referencia
SyncAnchor Clase
SyncAnchor Miembros
Microsoft.Synchronization.Data Espacio de nombres