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