DataPA Enterprise Dashboard Controls API Reference
Gets and sets the password entered by the user.
Namespace: RunDataPAAssembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
Syntax
| C# |
|---|
public string Password { get; set; } |
| Visual Basic |
|---|
Public Property Password As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ Password {
String^ get ();
void set (String^ value);
} |
Property Value
Type:
StringThe password entered by the user.
Return Value
Type:
StringThe password entered by the user.
Remarks
See Also