DomainCredentialsEntityRegPassword Property
|
Namespace:
Aruba.Cloud.Domains.Common.Entities
Assembly:
Aruba.Cloud.Domains.Common.Entities (in Aruba.Cloud.Domains.Common.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[CryptAttribute]
[DataMemberAttribute]
public string RegPassword { get; set; }<CryptAttribute>
<DataMemberAttribute>
Public Property RegPassword As String
Get
Set
public:
[CryptAttribute]
[DataMemberAttribute]
property String^ RegPassword {
String^ get ();
void set (String^ value);
}[<CryptAttribute>]
[<DataMemberAttribute>]
member RegPassword : string with get, set
function get RegPassword () : String
function set RegPassword (value : String)
Property Value
Type:
String
See Also