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