TestimoX

API Reference

Class

AdmxCentralStoreFileBaselineStatus

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Baseline match state for a Central Store file.

Inheritance

  • Object
  • AdmxCentralStoreFileBaselineStatus

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public AdmxCentralStoreFileBaselineStatus() #

Properties

public String RelativePath { get; set; } #

Relative Central Store path.

public String Kind { get; set; } #

File kind, either ADMX or ADML.

public IReadOnlyList<String> Baselines { get; set; } #

Matched baseline names.

public String Status { get; set; } #

Status text: MatchedBaseline or UnknownLocal.