TestimoX

API Reference

Class

GroupEmptyFinding

Namespace ADPlayground.Groups.GroupQueryService
Assembly ADPlayground
Implements
IEquatable<GroupEmptyFinding>
Modifiers sealed

Result item with SAM and member count.

Inheritance

  • Object
  • GroupEmptyFinding

Constructors

public GroupEmptyFinding(String GroupSam, Int32 MemberCount) #

Result item with SAM and member count.

Parameters

GroupSam System.String requiredposition: 0
Group SAM account name.
MemberCount System.Int32 requiredposition: 1
Flattened member count.

Methods

public GroupEmptyFinding <Clone>$() #
Returns: GroupEmptyFinding
public Void Deconstruct(out String GroupSam, out Int32 MemberCount) #
Returns: Void

Parameters

GroupSam String requiredposition: 0
MemberCount Int32 requiredposition: 1
public virtual Boolean Equals(GroupEmptyFinding other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String GroupSam { get; set; } #

Group SAM account name.

public Int32 MemberCount { get; set; } #

Flattened member count.