Kongsi melalui


EndpointSwitchEventArgs.NewUrl Property

 

Applies To: Dynamics CRM 2015

Gets the new service endpoint URL for an organization.

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

Syntax

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

Property Value

Type: System.Uri

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

See Also

EndpointSwitchEventArgs Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright