GetUsers
Gets the users assigned to this computer role.
Syntax
IRoleAssignments GetUsers()
Return value
The collection of computer roles. Enumerate this object to get all of the
IRoleAssignment
objects for this computer role that represent users
(IRoleAssignment.TrusteeType==User
).