TestimoX

API Reference

Class

AdmxProduct

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Represents a product (and optional version node) from ADMX supportedOn products tree.

Inheritance

  • Object
  • AdmxProduct

Constructors

public AdmxProduct(String name, String displayName, Nullable<Int32> versionIndex = null, String parentName = null) #

Initializes a new instance of the AdmxProduct class.

Parameters

name System.String requiredposition: 0
Internal product name.
displayName System.String requiredposition: 1
Display name identifier (string table id).
versionIndex System.Nullable{System.Int32} = null optionalposition: 2
Optional version index for major/minor nodes.
parentName System.String = null optionalposition: 3
Optional parent product name when this represents a version node.

Properties

public String Name { get; } #

Gets the internal product name.

public String DisplayName { get; } #

Gets the display name identifier.

public Nullable<Int32> VersionIndex { get; } #

Version index for major/minor version nodes; null for top-level product.

public String ParentName { get; } #

Parent product name for version nodes.