Subscriber portal
Gets the maximum length of the field.
public: property unsigned int MaxLength { unsigned int get (); }
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.