DataPA Enterprise Dashboard Controls API Reference
Returns the EnterpriseServiceClient object this object uses to communicate with the server.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public EnterpriseServiceClient EntSrv(
ref string ErrorMessage = ""
) |
Visual Basic |
---|
Public Function EntSrv (
Optional ByRef ErrorMessage As String = ""
) As EnterpriseServiceClient |
Visual C++ |
---|
public:
virtual EnterpriseServiceClient^ EntSrv(
String^% ErrorMessage = L""
) sealed |
Parameters
- ErrorMessage (Optional)
- Type: System..::..String%
An optional string to return any error message generated when creating the object.
Return Value
Type:
EnterpriseServiceClientThe EnterpriseServiceClient object this object uses to communicate with the server.
Remarks
See Also