ServiceProxy<TService>.HomeRealmUri Property

Definition

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

Uri

The home realm URI.

Remarks

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

Applies to