'Declaration
Property AllowUserInteraction As Boolean
'Usage
Dim instance As _CertificateGenerationParameters Dim value As Boolean instance.AllowUserInteraction = value value = instance.AllowUserInteraction
bool AllowUserInteraction {get; set;}
Property Value
If set tofalse
(the default), no dialogs will be displayed.
The default value of this property is True
.