MetaColumn.MaxLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates the maximum length of data that can be stored in the data field.
public:
property int MaxLength { int get(); };
public int MaxLength { get; }
member this.MaxLength : int
Public ReadOnly Property MaxLength As Integer
Property Value
The maximum length of data that can be stored in the data field.
Remarks
The MaxLength property verifies if a StringLengthAttribute attribute is applied to the data field and retrieves the value of the MaximumLength property. If a StringLengthAttribute attribute is not applied to the data field, the MaxLength property uses the database type to retrieve the maximum length allowed.