ParseRoleRoles Property Parse
Gets the ParseRelationT for the ParseRoles that are direct children of this role. These roles' users are granted any privileges that this role has been granted (e.g. read or write access through ACLs). You can add or remove child roles from the role through this relation.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public ParseRelation<ParseRole> Roles { get; }

Property Value

Type: ParseRelationParseRole
See Also

Reference