Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.