ParseRoleUsers Property Parse
Gets the ParseRelationT for the ParseUsers that are direct children of this role. These 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 users 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<ParseUser> Users { get; }

Property Value

Type: ParseRelationParseUser
See Also

Reference