GroupToUpnClaimTransformCollection.IndexOf Method (GroupToUpnClaimTransform)
Searches for the specified GroupToUpnClaimTransformCollection and returns the zero-based index of the first occurrence within the entire collection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public int IndexOf(
GroupToUpnClaimTransform value
)
public:
int IndexOf(
GroupToUpnClaimTransform^ value
)
member IndexOf :
value:GroupToUpnClaimTransform -> int
Public Function IndexOf (
value As GroupToUpnClaimTransform
) As Integer
Parameters
value
Type: System.Web.Security.SingleSignOn.GroupToUpnClaimTransformThe GroupToUpnClaimTransform to locate in the collection.
Return Value
Type: System.Int32
The zero-based index of the first occurrence of value within the entire collection, if found; otherwise, -1.
See Also
GroupToUpnClaimTransformCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top