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