Determines whether the collection contains an element with the specified key.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
Visual Basic |
---|
Public Function Contains ( _
key As String _
) As Boolean |
Parameters
- key
- Type: System..::..String
The key to locate in the collection: either the user work list (if collection of BCUser objects)
or the name of group (if collection of BCUserGroup objects) to get.
Return Value
trueTruetruetrue (True in Visual Basic) if the collection contains an element with the specified key;
otherwise,
falseFalsefalsefalse (False in Visual Basic).
See Also