IEndpointSwitch.PrimaryEndpoint Property

 

Applies To: Dynamics CRM 2015

Gets the primary web service endpoint for accessing an organization.

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

Syntax

Uri PrimaryEndpoint { get; }
property Uri^ PrimaryEndpoint {
    Uri^ get();
}
abstract PrimaryEndpoint : Uri with get
ReadOnly Property PrimaryEndpoint As Uri

Property Value

Type: System.Uri

Type: URI
The primary web service endpoint.

Remarks

Set when constructing IServiceConfiguration<TService> or IServiceManagement<TService>.

See Also

AlternateEndpoint
ServiceUrls
IEndpointSwitch Interface
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright