ServiceProxy<TService>.EndpointAutoSwitchEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that enables automatic switching from the organization’s current endpoint to an alternate endpoint.
public:
property bool EndpointAutoSwitchEnabled { bool get(); void set(bool value); };
public bool EndpointAutoSwitchEnabled { get; set; }
member this.EndpointAutoSwitchEnabled : bool with get, set
Public Property EndpointAutoSwitchEnabled As Boolean
Property Value
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.