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