public bool IsSpecial { get; set; }
Public Property IsSpecial As Boolean Get Set
public: property bool IsSpecial { bool get (); void set (bool value); }
member IsSpecial : bool with get, set
In This Article