TestimoX

API Reference

Class

LocalGroupInfo

Namespace ComputerX.Identity
Assembly ComputerX
Modifiers sealed

Local group row including members.

Inheritance

  • Object
  • LocalGroupInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

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.