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


groupName
Gets or sets the object with the specified name.

Syntax

Visual Basic (Declaration)  
Public Overloads ReadOnly Property Item( _
   ByVal groupName As String _
) As Group
Visual Basic (Usage) Copy Code
Dim instance As GroupCollection
Dim groupName As String
Dim value As Group
 
value = instance.Item(groupName)
C#  
public Group Item( 
   string groupName
) {get;}

Parameters

groupName

See Also