Length-Eigenschaft

Ruft die maximale Länge einer ID variabler Länge oder die tatsächliche Länge einer ID mit fester Länge ab bzw. legt diese fest.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Property Length As UShort
    Get
    Set
'Usage
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);
}
member Length : uint16 with get, set
function get Length () : ushort
function set Length (value : ushort)

Eigenschaftenwert

Typ: System. . :: . .UInt16
Die maximale Länge einer ID variabler Länge oder die tatsächliche Länge einer ID mit fester Länge.

Siehe auch

Verweis

SyncIdFormat Klasse

SyncIdFormat-Member

Microsoft.Synchronization-Namespace