int? MaxLength { get; set; }
Property MaxLength As Integer? Get Set
property Nullable<int> MaxLength { Nullable<int> get (); void set (Nullable<int> value); }
abstract MaxLength : Nullable<int> with get, set
In This Article