DataPA Enterprise Dashboard Controls API Reference
Gets and sets the username used by the service when connecting to an AppServer to refresh a query set to auto refresh.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ServerUserName { get; set; }
Visual Basic
Public Property ServerUserName As String
	Get
	Set
Visual C++
public:
virtual property String^ ServerUserName {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String
The username used by the service when connecting to an AppServer to refresh a query set to auto refresh.

Return Value

Type: String
The username used by the service when connecting to an AppServer to refresh a query set to auto refresh.

Remarks