GroupDescription Constructor
In This Topic
Initializes a new instance of the
GroupDescription class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public GroupDescription(
string
)
Parameters
- groupPath
- The path of the data item to which the group operation will be applied.
See Also