CustomClaimLdapAttributeCollection.Insert Method (Int32, CustomClaimLdapAttribute)
Inserts an object into the CustomClaimLdapAttributeCollection 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,
CustomClaimLdapAttribute value
)
public:
void Insert(
int index,
CustomClaimLdapAttribute^ value
)
member Insert :
index:int *
value:CustomClaimLdapAttribute -> unit
Public Sub Insert (
index As Integer,
value As CustomClaimLdapAttribute
)
Parameters
index
Type: System.Int32The zero-based index at which value should be inserted.
value
Type: System.Web.Security.SingleSignOn.CustomClaimLdapAttributeThe CustomClaimLdapAttribute to insert.
See Also
CustomClaimLdapAttributeCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top