SyncSchemaColumn::MaxLength Property

Gets or sets the maximum length of a text column.

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

public:
property int MaxLength {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The maximum length of the text column if it is set; otherwise, -1.

ExceptionCondition
ArgumentNullException

value is a nullptr.

Show: