DataPA Enterprise Dashboard Controls API Reference
Gets and sets the username entered by the user.

Namespace: RunDataPA
Assembly: 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: String
The username entered by the user.

Return Value

Type: String
The username entered by the user.

Remarks