Access control lists that will be applied on the values of this parameter.

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

Syntax

C#
public ReadOnlyCollection<string> AccessControlLists { get; private set; }
Visual Basic
Public Property AccessControlLists As ReadOnlyCollection(Of String)
	Get
	Private Set

Field Value

The Access Control Lists.

Remarks

Each of the access control lists returned by this property could be used to fetch parameter values that the Session user is allowed to use. When retrieving available parameter values associated with this ParameterTypeDefinition, the values will be filtered to only include items allowed by these access control lists.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also