'Declaration
<DataMemberAttribute()> Public Property IsEnabled As Boolean
'Usage
Dim instance As AnonymousTokenInfo Dim value As Boolean instance.IsEnabled = value value = instance.IsEnabled
[DataMember()] public bool IsEnabled {get; set;}
[DataMember()] public: property bool IsEnabled { bool get(); void set ( bool value); }
Property Value
The default value of this property is False
.