CustomClaimLdapAttributeCollection.Add Method (CustomClaimLdapAttribute)
Adds an item to the CustomClaimLdapAttributeCollection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public int Add(
CustomClaimLdapAttribute value
)
public:
int Add(
CustomClaimLdapAttribute^ value
)
member Add :
value:CustomClaimLdapAttribute -> int
Public Function Add (
value As CustomClaimLdapAttribute
) As Integer
Parameters
value
Type: System.Web.Security.SingleSignOn.CustomClaimLdapAttributeThe CustomClaimLdapAttribute object to add to the collection.
Return Value
Type: System.Int32
The ArrayList index at which the value has been added.
See Also
CustomClaimLdapAttributeCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top