TestimoX

API Reference

Class

GpoGptDcProbe

Namespace ADPlayground.Sysvol.SysvolGpoConsistencyService
Assembly ADPlayground
Implements
IEquatable<GpoGptDcProbe>
Modifiers sealed

Per-DC probe detail for a single GPT.ini file.

Inheritance

  • Object
  • GpoGptDcProbe

Constructors

Methods

public GpoGptDcProbe <Clone>$() #
Returns: GpoGptDcProbe
public virtual Boolean Equals(GpoGptDcProbe other) #
Returns: Boolean

Parameters

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

Properties

public String Server { get; set; } #

DNS host name of the domain controller.

public Boolean Exists { get; set; } #

True when GPT.ini exists on the DC.

public Nullable<Int64> Length { get; set; } #

File length in bytes when available.

public String Version { get; set; } #

Version value parsed from GPT.ini when available.