DataPA Enterprise Dashboard Controls API Reference
Creates and returns a new AppServerDetail object.

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

Syntax

C#
public AppServerDetail(
	string Name,
	string URLConnection,
	string Username,
	string Password,
	string AppServerEntryListy
)
Visual Basic
Public Sub New ( 
	Name As String,
	URLConnection As String,
	Username As String,
	Password As String,
	AppServerEntryListy As String
)
Visual C++
public:
AppServerDetail(
	String^ Name, 
	String^ URLConnection, 
	String^ Username, 
	String^ Password, 
	String^ AppServerEntryListy
)

Parameters

Name
Type: System..::..String
The name of this Appserver.
URLConnection
Type: System..::..String
The AppServer URL Connection string.
Username
Type: System..::..String
Password
Type: System..::..String
AppServerEntryListy
Type: System..::..String
Return Specific AppServer Details (Blank for all) .

Remarks