TestimoX

API Reference

Class

LocalGroupInfo

Namespace ComputerX.Identity
Assembly ComputerX
Modifiers sealed

Local group row including members.

Inheritance

  • Object
  • LocalGroupInfo

Constructors

Properties

public String Name { get; set; } #

Group name.

public String Domain { get; set; } #

Group domain (computer name for local groups).

public String Sid { get; set; } #

Group SID.

public String Description { get; set; } #

Group description.

public Boolean IsPrivilegedGroup { get; set; } #

True when this group is in the privileged focus list.

public IReadOnlyList<LocalGroupMemberInfo> Members { get; set; } #

Group members.