GroupId Property (GroupAccess)
- Last UpdatedMar 17, 2026
- 1 minute read
Holds the ID of the user group.
'Declaration
Public Property GroupId As Integer
'Usage
Dim instance As GroupAccess
Dim value As Integer
instance.GroupId = value
value = instance.GroupId
public int GroupId {get; set;}