ServiceUrls.PrimaryEndpoint Property

 

Applies To: Dynamics CRM 2015

Gets or sets the primary endpoint of an organization.

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

Syntax

public Uri PrimaryEndpoint { get; set; }
public:
property Uri^ PrimaryEndpoint {
    Uri^ get();
    void set(Uri^ value);
}
member PrimaryEndpoint : Uri with get, set
Public Property PrimaryEndpoint As Uri

Property Value

Type: System.Uri

Type: URI
The primary endpoint of an organization.

See Also

ServiceUrls Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright