Click or drag to resize
ClientConfigEntSrv Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns the EnterpriseServiceClient object this object uses to communicate with the server.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public IEnterpriseService EntSrv(
	bool asGuest = false,
	ref string ErrorMessage = ""
)

Parameters

asGuest (Optional)
Type: SystemBoolean
ErrorMessage (Optional)
Type: SystemString
An optional string to return any error message generated when creating the object.

Return Value

Type: IEnterpriseService
The EnterpriseServiceClient object this object uses to communicate with the server.
Remarks