Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the GroupClaimTransformCollection contains a specific element.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public bool Contains(
GroupClaimTransform value
)
public:
bool Contains(
GroupClaimTransform^ value
)
member Contains :
value:GroupClaimTransform -> bool
Public Function Contains (
value As GroupClaimTransform
) As Boolean
Parameters
value
Type: System.Web.Security.SingleSignOn.GroupClaimTransformThe GroupClaimTransform to locate in the collection.
Return Value
Type: System.Boolean
true if the collection contains the specified value; otherwise, false.
See Also
GroupClaimTransformCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top