[]
Gets or sets the calculation methods of the MaxLength (based on byte or character).
[Browsable(true)]
public LengthUnit MaxLengthUnit { get; set; }
<Browsable(True)>
Public Property MaxLengthUnit As LengthUnit
Type | Description |
---|---|
LengthUnit | A bool value, true if the calculational methods of MaxLength are based on bytes,
false if based on character.
|
This property is related to the MaxLength property.