Click or drag to resize
UserRoleAssignmentsRoles Property
Returns a list of all roles that are specified on the workspace.

Namespace: Colygon.MatchPoint.Workspaces.Roles
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public IEnumerable<string> Roles { get; }

Property Value

Type: IEnumerableString
See Also