Click or drag to resize

RolePermissionAssignmentsGetEnumerator Method

Returns an enumerator for this RolePermissionAssignments object.

Namespace:  Colygon.MatchPoint.Workspaces.Roles
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public IEnumerator<RolePermissionAssignment> GetEnumerator()

Return Value

Type: IEnumeratorRolePermissionAssignment
See Also