Checks if the user is In a group.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool InGroup(
int p_GroupId
)
Public Function InGroup (
p_GroupId As Integer
) As Boolean
Parameters
- p_GroupId
- Type: SystemInt32
The group id.
Return Value
Type:
Booleantrue if the user is In a group,
false otherwise.
See Also