dotnetCHARTING Send comments on this topic.
Contains(String) Method
See Also 
dotnetCHARTING.Mapping Namespace > GroupCollection Class > Contains Method : Contains(String) Method


groupName
Name of the Group to find.
Determines whether this collection contains a Group with the specified name.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Contains( _
   ByVal groupName As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GroupCollection
Dim groupName As String
Dim value As Boolean
 
value = instance.Contains(groupName)
C# 
public bool Contains( 
   string groupName
)

Parameters

groupName
Name of the Group to find.

Return Value

true if the specified Group belongs to this collection; otherwise, false.

See Also

© 2010 All Rights Reserved.