API Reference
Class
PrivilegedGroupSizeSnapshot
Snapshot projecting a privileged group's membership size for reporting.
Inheritance
- Object
- PrivilegedGroupSizeSnapshot
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
public PrivilegedGroupSizeSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #Domain name where the group resides.
public String GroupName { get; set; } #Friendly group name (or SID if unresolved).
public Int32 MemberCount { get; set; } #Total number of resolved members (recursive).
public Boolean HasErrors { get; set; } #Indicates whether retrieval or name resolution errors were encountered.
public String[] SampleMembers { get; set; } #Small sample of members for quick triage in reports.