TestimoX

API Reference

Class

ZoneItem (DnsDynamicUpdatesEvaluator)

Namespace ADPlayground.DomainControllers.DnsDynamicUpdatesEvaluator
Assembly ADPlayground
Implements
IEquatable<ZoneItem>
Modifiers sealed

Zone row describing its dynamic update configuration.

Inheritance

  • Object
  • ZoneItem

Constructors

public ZoneItem(String ZoneName, Nullable<UInt32> AllowUpdate) #

Zone row describing its dynamic update configuration.

Parameters

ZoneName System.String requiredposition: 0
DNS zone name.
AllowUpdate System.Nullable{System.UInt32} requiredposition: 1
Raw AllowUpdate flag.

Methods

public ZoneItem <Clone>$() #
Returns: ZoneItem
public Void Deconstruct(out String ZoneName, out Nullable<UInt32> AllowUpdate) #
Returns: Void

Parameters

ZoneName String requiredposition: 0
AllowUpdate Nullable<UInt32> requiredposition: 1
public virtual Boolean Equals(ZoneItem other) #
Returns: Boolean

Parameters

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

Properties

public String ZoneName { get; set; } #

DNS zone name.

public Nullable<UInt32> AllowUpdate { get; set; } #

Raw AllowUpdate flag.