FieldSchema::MaxLength Property

Gets the maximum length of the field.

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

public:
property unsigned int MaxLength {
	unsigned int get ();
}

Property Value

Type: System::UInt32
The maximum length of the field.

For fixed-length fields, this value is the size of the data type in bytes. For variable-length fields, this value specifies the maximum length of the field in bytes when the field is an array of bytes, or in characters when the field is a string.

Show: