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) 
Overloads Public 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;}
C++/CLI 
public:
property Group^ Item {
   Group^ get(String^ groupName);
}

Parameters

groupName

See Also