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