SyncId::IsVariableLength Property

Gets a value that indicates whether the ID is variable length.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property bool IsVariableLength {
	bool get ();
}

Property Value

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