ServiceProxy<TService>.EndpointSwitch Property

Definition

Gets the endpoint switch information from the web service configuration.

public:
 property Microsoft::Xrm::Sdk::Client::IEndpointSwitch ^ EndpointSwitch { Microsoft::Xrm::Sdk::Client::IEndpointSwitch ^ get(); };
public Microsoft.Xrm.Sdk.Client.IEndpointSwitch EndpointSwitch { get; }
member this.EndpointSwitch : Microsoft.Xrm.Sdk.Client.IEndpointSwitch
Public ReadOnly Property EndpointSwitch As IEndpointSwitch

Property Value

The endpoint switch information from the web service configuration.

Applies to

See also