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