'Declaration
<DefaultValueAttribute(True)> Public Property ShowListBranches As Boolean
'Usage
Dim instance As BrowseMode Dim value As Boolean instance.ShowListBranches = value value = instance.ShowListBranches
[DefaultValue(true)] public bool ShowListBranches {get; set;}
[DefaultValue(true)] public: property bool ShowListBranches { bool get(); void set ( bool value); }