TestimoX

API Reference

Class

SubnetInfo

Namespace ADPlayground.Replication
Assembly ADPlayground
Implements
IEquatable<SubnetInfo>

Represents an Active Directory subnet.

Inheritance

  • Object
  • SubnetInfo

Constructors

public SubnetInfo(String Name, String Location, SubnetType Type) #

Represents an Active Directory subnet.

Parameters

Name System.String requiredposition: 0
Name of the subnet.
Location System.String requiredposition: 1
Location attribute of the subnet.
Type ADPlayground.Replication.SubnetType requiredposition: 2
Address family of the subnet.

Methods

public virtual SubnetInfo <Clone>$() #
Returns: SubnetInfo
public Void Deconstruct(out String Name, out String Location, out SubnetType Type) #
Returns: Void

Parameters

Name String requiredposition: 0
Location String requiredposition: 1
Type SubnetType requiredposition: 2
public virtual Boolean Equals(SubnetInfo other) #
Returns: Boolean

Parameters

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

Properties

public String Name { get; set; } #

Name of the subnet.

public String Location { get; set; } #

Location attribute of the subnet.

public SubnetType Type { get; set; } #

Address family of the subnet.