ApplicationRequireCredentialsEventArgsPassword Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a string that contains the password that has been entered.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.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);
Return Value
Type:
StringA string that contains the password that has been entered
Remarks See Also