public int MaxLength { get; set; }
Public Property MaxLength As Integer Get Set
public: property int MaxLength { int get (); void set (int value); }
member MaxLength : int with get, set
In This Article