ServiceProxy<TService>.HomeRealmUri Property

 

Applies To: Dynamics CRM 2015

Gets the home realm URI.

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

Syntax

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

Property Value

Type: System.Uri

Type: URI
The home realm URI.

Remarks

For more information, refer to the ServiceProxy<TService> constructor that supports a home realm URI parameter.

See Also

ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright