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