DataPA Enterprise Dashboard Controls API Reference 
        
        Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
      
    Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
Syntax
| C# | 
|---|
public void GetConnectionServiceandHost( ref Application Application, ref string Host, ref string Service, ref bool Prompt )  | 
| Visual Basic | 
|---|
Public Sub GetConnectionServiceandHost ( ByRef Application As Application, ByRef Host As String, ByRef Service As String, ByRef Prompt As Boolean )  | 
| Visual C++ | 
|---|
public: void GetConnectionServiceandHost( Application^% Application, String^% Host, String^% Service, bool% Prompt )  | 
Parameters
- Application
 - Type: RunDataPA..::..Application%
 
- Host
 - Type: System..::..String%
 
- Service
 - Type: System..::..String%
 
- Prompt
 - Type: System..::..Boolean%