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