dotnetCHARTING Send comments on this topic.
Group Constructor(String)
See Also 
dotnetCHARTING.Mapping Namespace > Group Class > Group Constructor : Group Constructor(String)


groupName
Name of this group
Initializes a new instance of the Group object with the specified name.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal groupName As String _
)
Visual Basic (Usage)Copy Code
Dim groupName As String
 
Dim instance As Group(groupName)
C# 
public Group( 
   string groupName
)

Parameters

groupName
Name of this group

See Also

© 2010 All Rights Reserved.