ClientConfigPassword Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the Password the user has logged in with.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string Password { get; set; }
Public Property Password As String
Get
Set
public:
virtual property String^ Password {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Password();
function set_Password(value);
Property Value
Type:
StringThe Password the user has logged in with.
Return Value
Type:
StringThe Password the user has logged in with.
Remarks See Also