ServiceProxy<TService>.EndpointAutoSwitchEnabled Property
Applies To: Dynamics CRM 2015
Gets or sets a value that enables automatic switching from the organization’s current endpoint to an alternate endpoint.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public bool EndpointAutoSwitchEnabled { get; set; }
public:
property bool EndpointAutoSwitchEnabled {
bool get();
void set(bool value);
}
member EndpointAutoSwitchEnabled : bool with get, set
Public Property EndpointAutoSwitchEnabled As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true to enable automatic switching from the organization’s current endpoint to an alternate endpoint; otherwise, false.
Remarks
Set to true by default for organizations that support disaster recover failover where an alternate endpoint is available.
See Also
ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace
Disaster recovery in Microsoft Dynamics CRM Online
Return to top
© 2016 Microsoft. All rights reserved. Copyright