Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates whether the ID is variable length.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property IsVariableLength As Boolean
'Usage
Dim instance As SyncId
Dim value As Boolean
value = instance.IsVariableLength
public bool IsVariableLength { get; }
public:
property bool IsVariableLength {
bool get ();
}
/** @property */
public boolean get_IsVariableLength ()
public function get IsVariableLength () : boolean
Property Value
true if the ID is variable length; otherwise, false. The default is false.
See Also
Reference
SyncId Class
SyncId Members
Microsoft.Synchronization Namespace