Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts an element into the GroupLdapAttributeCollection at the specified index.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public void Insert(
int index,
GroupLdapAttribute value
)
public:
void Insert(
int index,
GroupLdapAttribute^ value
)
member Insert :
index:int *
value:GroupLdapAttribute -> unit
Public Sub Insert (
index As Integer,
value As GroupLdapAttribute
)
Parameters
index
Type: System.Int32The zero-based index at which value should be inserted.
value
Type: System.Web.Security.SingleSignOn.GroupLdapAttributeThe GroupLdapAttribute class to insert.
See Also
GroupLdapAttributeCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top