DataPA Enterprise Dashboard Controls API Reference 
        
 Gets and sets the username used by the Enterprise Service to connect to an appserver when refreshing this query.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public string Username { get; set; } | 
| Visual Basic | 
|---|
Public Property Username As String
	Get
	Set  | 
| Visual C++ | 
|---|
public:
virtual property String^ Username {
	String^ get () sealed;
	void set (String^ value) sealed;
} | 
Property Value
Type: 
StringThe username used by the Enterprise Service to connect to an appserver when refreshing this query.
Return Value
Type: 
StringThe username used by the Enterprise Service to connect to an appserver when refreshing this query.
Remarks
See Also