Gets the admin rights filter.

Note: This property is supported for IC Server version 2015 R2 and beyond.

Namespace: ININ.IceLib.Configuration.Reporting
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public static RightsQueryFilter<ReportTableConfiguration> Admin { get; private set; }
Visual Basic
Public Shared Property Admin As RightsQueryFilter(Of ReportTableConfiguration)
	Get
	Private Set

Field Value

The admin rights filter.

Version Information

Supported for IC Server version 2015 R2 and beyond.

See Also