GetUserGroups(String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetUserGroups() method retrieves all user groups. This overload of the method filters the user groups by the provided user group description.
'Declaration
Public Overloads Shared Function GetUserGroups( _
ByVal userGrpDescription As String _
) As DataSet
public static DataSet GetUserGroups(
string userGrpDescription
)
Parameters
- userGrpDescription
- Optional. Holds the user group description by which to filter the user groups being retrieved.
Return Value
Returns a DataSet that contains all matching user groups. Returns an empty DataSet if the data cannot be retrieved.