EndpointSwitchEventArgs Class
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.
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. |