ConvertWindowsAccountOptionsDataPassword Property  | 
 
            Gets or sets the password. If not specified, a random password will be generated.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.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