SyncIdFormat::IsVariableLength Property

Gets or sets 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 ();
	void set (bool value);
}

Property Value

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