public bool IsPro { get; internal set; }
Public Property IsPro As Boolean
public: property bool IsPro { bool get (); void set (bool value); }