EndpointSwitchEventArgs Class

Definition

Identifies the new and previous service endpoint URL’s for an organization.

public ref class EndpointSwitchEventArgs sealed : EventArgs
public sealed class EndpointSwitchEventArgs : EventArgs
type EndpointSwitchEventArgs = class
    inherit EventArgs
Public NotInheritable Class EndpointSwitchEventArgs
Inherits EventArgs
Inheritance
EndpointSwitchEventArgs

Properties

NewUrl

Gets the new service endpoint URL for an organization.

PreviousUrl

Gets the previous service endpoint URL for an organization.

Applies to

See also