AppServerDetail Constructor |
|
DataPA OpenAnalytics API Reference
Creates and returns a new AppServerDetail object.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public AppServerDetail(
string Name,
string URLConnection,
string Username,
string Password,
string AppServerEntryListy
)
Public Sub New (
Name As String,
URLConnection As String,
Username As String,
Password As String,
AppServerEntryListy As String
)
public:
AppServerDetail(
String^ Name,
String^ URLConnection,
String^ Username,
String^ Password,
String^ AppServerEntryListy
)
DataPAServerSecurity.AppServerDetail = function(Name, URLConnection, Username, Password, AppServerEntryListy);
Parameters
- Name
- Type: SystemString
The name of this Appserver. - URLConnection
- Type: SystemString
The AppServer URL Connection string. - Username
- Type: SystemString
- Password
- Type: SystemString
- AppServerEntryListy
- Type: SystemString
Return Specific AppServer Details (Blank for all) .
Remarks See Also