ServiceProxy<TService>.HomeRealmUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the home realm URI.
public:
property Uri ^ HomeRealmUri { Uri ^ get(); };
public Uri HomeRealmUri { get; }
member this.HomeRealmUri : Uri
Public ReadOnly Property HomeRealmUri As Uri
Property Value
The home realm URI.
Remarks
For more information, refer to the ServiceProxy<TService> constructor that supports a home realm URI parameter.