Share via


GroupClaimTransformCollection.Add Method (GroupClaimTransform)

 

Adds an item to the GroupClaimTransformCollection.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public int Add(
    GroupClaimTransform value
)
public:
int Add(
    GroupClaimTransform^ value
)
member Add : 
        value:GroupClaimTransform -> int
Public Function Add (
    value As GroupClaimTransform
) As Integer

Parameters

Return Value

Type: System.Int32

The ArrayList index at which the value has been added.

See Also

GroupClaimTransformCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top