ClientConfigEnterpriseServiceEndpoint Property |
|
DataPA OpenAnalytics API Reference
Gets the Enterprise Service End Point for this client instance
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public EndpointAddress EnterpriseServiceEndpoint { get; }
Public ReadOnly Property EnterpriseServiceEndpoint As EndpointAddress
Get
public:
virtual property EndpointAddress^ EnterpriseServiceEndpoint {
EndpointAddress^ get () sealed;
}
function get_EnterpriseServiceEndpoint();
Return Value
Type:
EndpointAddressThe Enterprise Service End Point for this client instance
See Also