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