IdentityProviderTrustConfiguration.Endpoint Property
Applies To: Dynamics CRM 2015
Gets the endpoint of the identity provider.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public abstract Uri Endpoint { get; }
public:
property Uri^ Endpoint {
virtual Uri^ get() abstract;
}
abstract Endpoint : Uri with get
Public MustOverride ReadOnly Property Endpoint As Uri
Property Value
Type: System.Uri
Type: URI
The endpoint of the identity provider.
See Also
IdentityProviderTrustConfiguration Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright