'Declaration
<DataMemberAttribute()> Public Property AllowUserInteraction As Boolean
'Usage
Dim instance As CertificateGenerationParameters Dim value As Boolean instance.AllowUserInteraction = value value = instance.AllowUserInteraction
[DataMember()] public bool AllowUserInteraction {get; set;}
[DataMember()] public: property bool AllowUserInteraction { bool get(); void set ( bool value); }
Property Value
If set tofalse
(the default), no dialogs will be displayed.
The default value of this property is True
.