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