SyncIdFormat::Length Property

Gets or sets the maximum length of a variable-length ID, or the actual length of a fixed-length ID.

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

public:
property unsigned short Length {
	unsigned short get ();
	void set (unsigned short value);
}

Property Value

Type: System::UInt16
The maximum length of a variable-length ID, or the actual length of a fixed-length ID.
Show: