ServiceUrls.AlternateEndpoint Property
Applies To: Dynamics CRM 2015
Gets or sets the alternate endpoint of an organization.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public Uri AlternateEndpoint { get; set; }
public:
property Uri^ AlternateEndpoint {
Uri^ get();
void set(Uri^ value);
}
member AlternateEndpoint : Uri with get, set
Public Property AlternateEndpoint As Uri
Property Value
Type: System.Uri
Type: URI
The alternate endpoint of an organization.
See Also
ServiceUrls Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright