GroupAccess Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
The GroupAccess() method is the constructor for the GroupAccess class. It sets all fields for specifying group access to a line.
'Usage
Dim grpId As Integer
Dim access As Boolean
Dim instance As New GroupAccess(grpId, access)
Parameters
- grpId
- Required. Holds the ID of the user group.
- access
- Required. Holds the flag that indicates whether or not the user group has line access.