Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal attribute As String, _ ByVal attributeValue As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public Group( string attribute, string attributeValue ) |
C++/CLI | |
---|---|
public: Group( String^ attribute, String^ attributeValue ) |
Parameters
- attribute
- Attribute to compare
- attributeValue
- Value that must me matched.