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