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