API Reference
Class
GroupEmptyItem
Item describing a group and its member count.
Inheritance
- Object
- GroupEmptyItem
Constructors
public GroupEmptyItem(String GroupSam, String ResolvedName, String Sid, Int32 MemberCount) #Item describing a group and its member count.
Parameters
- GroupSam System.String
- Group SAM account name.
- ResolvedName System.String
- Friendly display name if resolvable.
- Sid System.String
- Security identifier string for the group, when available.
- MemberCount System.Int32
- Number of members (direct and/or resolved as provided by the source).
Methods
public GroupEmptyItem <Clone>$() #Returns:
GroupEmptyItempublic Void Deconstruct(out String GroupSam, out String ResolvedName, out String Sid, out Int32 MemberCount) #Returns:
VoidParameters
- GroupSam String
- ResolvedName String
- Sid String
- MemberCount Int32
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String GroupSam { get; set; } #Group SAM account name.
public String ResolvedName { get; set; } #Friendly display name if resolvable.
public String Sid { get; set; } #Security identifier string for the group, when available.
public Int32 MemberCount { get; set; } #Number of members (direct and/or resolved as provided by the source).