Returns a user group with the specified ID property value.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCUserGroup GetGroup( int groupID ) |
Visual Basic |
---|
Public Function GetGroup ( _ groupID As Integer _ ) As BCUserGroup |
Visual C++ |
---|
public: BCUserGroup^ GetGroup( int groupID ) |
Parameters
- groupID
- Type: System..::..Int32
The ID property value of the user group to return.