BCUserDBGetGroup Method (Int32) |
Returns a user group with the specified ID property value.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCUserGroup GetGroup(
int groupID
)
Public Function GetGroup (
groupID As Integer
) As BCUserGroup
Parameters
- groupID
- Type: SystemInt32
The ID property value of the user group to return.
Return Value
Type:
BCUserGroupThe user group with the specified
ID property value.
See Also