.netCHARTING v10.5 Documentation


dotnetCHARTING.Mapping Namespace > Group Class > Group Constructor : Group Constructor(String,String)
Attribute to compare
Value that must me matched.
Group Constructor(String,String)
Initializes a new instance of the Group object with a specified condition.
Syntax
'Declaration
 
Public Function New( _
   ByVal attribute As String, _
   ByVal attributeValue As String _
)
'Usage
 
Dim attribute As String
Dim attributeValue As String
 
Dim instance As New Group(attribute, attributeValue)

Parameters

attribute
Attribute to compare
attributeValue
Value that must me matched.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also