Provides access to the property representing the roles for this workgroup (use Property.Roles).

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

Syntax

C#
public GeneralConfigurationProperty<WorkgroupConfiguration..::..Property, Collection<ConfigurationId>> Roles { get; }
Visual Basic
Public ReadOnly Property Roles As GeneralConfigurationProperty(Of WorkgroupConfiguration..::..Property, Collection(Of ConfigurationId))
	Get

Field Value

The property representing the roles.

Remarks

A role is a set of permissions. When a Role is added to a Workgroup, the Workgroup takes on those permissions. If a User is a member of that Workgroup, the User automatically inherits the Roles assigned to the Workgroup.
  • Owned - To assign or remove a role on this User, modify the Value of this property. One or more Roles must already be defined to add a Role in this list.

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