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