IEndpointSwitch.AlternateEndpoint Property
Applies To: Dynamics CRM 2015
Gets the alternate web service endpoint for accessing an organization, if one exists.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
Uri AlternateEndpoint { get; }
property Uri^ AlternateEndpoint {
Uri^ get();
}
abstract AlternateEndpoint : Uri with get
ReadOnly Property AlternateEndpoint As Uri
Property Value
Type: System.Uri
Type: URI
The alternate web service endpoint.
Remarks
Set when constructing IServiceConfiguration<TService> or IServiceManagement<TService>.
See Also
PrimaryEndpoint
ServiceUrls
IEndpointSwitch Interface
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright