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