Kongsi melalui


EndpointSwitchEventArgs.PreviousUrl Property

 

Applies To: Dynamics CRM 2015

Gets the previous service endpoint URL for an organization.

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public Uri PreviousUrl { get; internal set; }
public:
property Uri^ PreviousUrl {
    Uri^ get();
    internal: void set(Uri^ value);
}
member PreviousUrl : Uri with get, internal set
Public Property PreviousUrl As Uri
    Get
    Friend Set
End Property

Property Value

Type: System.Uri

Type: URI
The previous service endpoint URL for an organization.

See Also

EndpointSwitchEventArgs Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright