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