AccountDataPassword Property |
Gets or sets the password. This is only used for the client to transmit a new password
to the server.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "password", EmitDefaultValue = false)]
public string Password { get; set; }
<DataMemberAttribute(Name := "password", EmitDefaultValue := false)>
Public Property Password As String
Get
Set
public:
[DataMemberAttribute(Name = L"password", EmitDefaultValue = false)]
property String^ Password {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "password", EmitDefaultValue = false)>]
member Password : string with get, set
Property Value
Type:
String
The password.
See Also