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