Gets the list of users for the resource. | |
Syntax: | Set CimResourceUserList =
object.Users object.Users = CimResourceUserList |
Description: | The CimResource.Users property is read-only
and returns a collection object containing the users assigned to
the resource. Example Dim users as CimResourceUserList set users = resource.Users |