IdentityProvider.ServiceUrl Property
Applies To: Dynamics CRM 2015
Specifies the URL of the identity provider service.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public Uri ServiceUrl { get; set; }
public:
property Uri^ ServiceUrl {
Uri^ get();
void set(Uri^ value);
}
member ServiceUrl : Uri with get, set
Public Property ServiceUrl As Uri
Property Value
Type: System.Uri
Type: URI
The URL of the identity provider service.
See Also
IdentityProvider Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright