'Declaration<DefaultValueAttribute(False)> Public Property WithPrivateKey As Boolean
'UsageDim instance As UAExportCertificateArguments Dim value As Boolean instance.WithPrivateKey = value value = instance.WithPrivateKey
[DefaultValue(false)] public bool WithPrivateKey {get; set;}
[DefaultValue(false)] public: property bool WithPrivateKey { bool get(); void set ( bool value); }