'Declaration
<DefaultValueAttribute("")> <NotNullAttribute()> Public Property OldPrivateKeyPassword As String
'Usage
Dim instance As UAImportCertificateArguments Dim value As String instance.OldPrivateKeyPassword = value value = instance.OldPrivateKeyPassword
[DefaultValue("")] [NotNull()] public string OldPrivateKeyPassword {get; set;}
[DefaultValue("")] [NotNull()] public: property String^ OldPrivateKeyPassword { String^ get(); void set ( String^ value); }