AccountStoreCollection.Item Property (String)
Gets the AccountStore object whose TrustPolicyEntryUri property matches the specified URI.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public AccountStore this[
string uristr
] { get; }
public:
property AccountStore^ default[
String^ uristr
] {
AccountStore^ get(String^ uristr);
}
member Item :
uristr:string -> AccountStore with get
Public ReadOnly Property Item (
uristr As String
) As AccountStore
Parameters
uristr
Type: System.StringThe URI of the AccountStore object to retrieve.
Property Value
Type: System.Web.Security.SingleSignOn.AccountStore
the AccountStore object whose TrustPolicyEntryUri property matches the specified URI.
See Also
Item Overload
AccountStoreCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top