TestimoX

API Reference

Class

View (MachineAccountQuotaEvaluator)

Namespace ADPlayground.Domains.MachineAccountQuotaEvaluator
Assembly ADPlayground
Implements
IEquatable<View>
Modifiers sealed

Domain view with the MachineAccountQuota value (-1 when unknown).

Inheritance

  • Object
  • View

Constructors

public View(String DomainName, Int32 MachineAccountQuota) #

Domain view with the MachineAccountQuota value (-1 when unknown).

Parameters

DomainName System.String requiredposition: 0
DNS domain name.
MachineAccountQuota System.Int32 requiredposition: 1
Numeric quota or -1 when not available.

Methods

public View <Clone>$() #
Returns: View
public Void Deconstruct(out String DomainName, out Int32 MachineAccountQuota) #
Returns: Void

Parameters

DomainName String requiredposition: 0
MachineAccountQuota Int32 requiredposition: 1
public virtual Boolean Equals(View other) #
Returns: Boolean

Parameters

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

Properties

public String DomainName { get; set; } #

DNS domain name.

public Int32 MachineAccountQuota { get; set; } #

Numeric quota or -1 when not available.