Compartir a través de


SyncIdFormat.Length Propiedad

Obtiene o establece la longitud máxima de un identificador de longitud variable o la longitud real de un identificador de longitud fija.

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

Sintaxis

'Declaración
Public Property Length As UShort
'Uso
Dim instance As SyncIdFormat
Dim value As UShort

value = instance.Length

instance.Length = value
public ushort Length { get; set; }
public:
property unsigned short Length {
    unsigned short get ();
    void set (unsigned short value);
}
/** @property */
public UInt16 get_Length ()

/** @property */
public void set_Length (UInt16 value)
public function get Length () : ushort

public function set Length (value : ushort)

Valor de la propiedad

La longitud máxima de un identificador de longitud variable o la longitud real de un identificador de longitud fija.

Vea también

Referencia

SyncIdFormat Clase
SyncIdFormat Miembros
Microsoft.Synchronization Espacio de nombres