Condividi tramite


Proprietà SyncIdFormat.Length

Ottiene o imposta la lunghezza massima di un ID a lunghezza variabile o la lunghezza effettiva di un ID a lunghezza fissa.

Spazio dei nomi: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Sintassi

'Dichiarazione
Public Property Length As UShort
'Utilizzo
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)

Valore proprietà

Lunghezza massima di un ID a lunghezza variabile o lunghezza effettiva di un ID a lunghezza fissa.

Vedere anche

Riferimento

Classe SyncIdFormat
Membri SyncIdFormat
Spazio dei nomi Microsoft.Synchronization