UserGroupReporter.OnGroup

Syntax Parameters Return Value
Event UserGroupReporter.OnGroup( _
    GroupID As Integer, _
    GroupName As String, _
    Description As String, _
    GroupPerm As Integer, _
    Users As Object(), _
    DomainGroup As String, _
    LastSyncedTime As Variant, _
    ExplicitModules As String(), _
    Report As Object, _
    Spreadsheet As Object, _
    ByRef Action As ReporterAction)
  • GroupID [in]

Type: Integer

  • GroupName [in]

Type: String

  • Description [in]

Type: String

  • GroupPerm [in]

Type: Integer

  • Users [in]

Type: Object

  • DomainGroup [in]

Type: String

  • LastSyncedTime [in]

Type: Variant

  • ExplicitModules [in]

Type: String()

  • Report [in]

Type: Object

  • Spreadsheet [in]

Type: Object

  • Action [in,out]

Type: ReporterAction

-