IEndpointSwitch.PrimaryEndpoint Property

Definition

Gets the primary web service endpoint for accessing an organization.

public:
 property Uri ^ PrimaryEndpoint { Uri ^ get(); };
public Uri PrimaryEndpoint { get; }
member this.PrimaryEndpoint : Uri
Public ReadOnly Property PrimaryEndpoint As Uri

Property Value

Uri

The primary web service endpoint.

Remarks

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

Applies to

See also