AccountStoreCollection.Item Property (Int32)
Gets or sets the AccountStore object at the specified index.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public AccountStore this[
int index
] { get; set; }
public:
property AccountStore^ default[
int index
] {
AccountStore^ get(int index);
void set(int index, AccountStore^ value);
}
member Item :
index:int -> AccountStore with get, set
Public Property Item (
index As Integer
) As AccountStore
Parameters
index
Type: System.Int32The zero-based index of the AccountStore object to set or retrieve.
Property Value
Type: System.Web.Security.SingleSignOn.AccountStore
The AccountStore object at the specified index.
See Also
Item Overload
AccountStoreCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top