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