CrmConnection.HomeRealmUri Property

 

Applies To: Dynamics CRM 2015

Gets or sets the URI of the cross realm STS metadata endpoint.

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

Syntax

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

Property Value

Type: System.Uri

Type: URI
The URI of the cross realm STS metadata endpoint.

See Also

CrmConnection Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright