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