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