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