Share via


SyncId.IsVariableLength Property

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
    Get
'Usage
Dim instance As SyncId
Dim value As Boolean

value = instance.IsVariableLength
public bool IsVariableLength { get; }
public:
property bool IsVariableLength {
    bool get ();
}
member IsVariableLength : bool
function get IsVariableLength () : boolean

Property Value

Type: System.Boolean
true if the ID is variable length; otherwise, false. The default is false.

See Also

Reference

SyncId Class

Microsoft.Synchronization Namespace