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