Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the maximum length of a variable-length ID, or the actual length of a fixed-length ID.
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)
Property Value
Type: System.UInt16
The maximum length of a variable-length ID, or the actual length of a fixed-length ID.