Share via


IAccountStore.AccountStoreUri Property

 

Gets the URI that uniquely identifies this instance of the store type.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

Uri AccountStoreUri { get; }
property Uri^ AccountStoreUri {
    Uri^ get();
}
abstract AccountStoreUri : Uri with get
ReadOnly Property AccountStoreUri As Uri

Property Value

Type: System.Uri

The URI that uniquely identifies this instance of the store type.

See Also

IAccountStore Interface
System.Web.Security.SingleSignOn Namespace

Return to top