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 a value that indicates whether the ID is variable length.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Property IsVariableLength As Boolean
Get
Set
'Usage
Dim instance As SyncIdFormat
Dim value As Boolean
value = instance.IsVariableLength
instance.IsVariableLength = value
public bool IsVariableLength { get; set; }
public:
property bool IsVariableLength {
bool get ();
void set (bool value);
}
member IsVariableLength : bool with get, set
function get IsVariableLength () : boolean
function set IsVariableLength (value : boolean)
Property Value
Type: System.Boolean
true if the ID is variable length; otherwise, false. The default is false.