TestimoX

API Reference

Class

AdmxCategoryDefinition

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Represents a category definition within an ADMX file.

Inheritance

  • Object
  • AdmxCategoryDefinition

Constructors

public AdmxCategoryDefinition(String name, String displayName, String parentName) #

Initializes a new instance of the AdmxCategoryDefinition class.

Parameters

name System.String requiredposition: 0
Internal category name.
displayName System.String requiredposition: 1
Display name identifier.
parentName System.String requiredposition: 2
Optional parent category name.

Properties

public String Name { get; } #

Gets the category name.

public String DisplayName { get; } #

Gets the display name identifier.

public String ParentName { get; } #

Gets the parent category name, if any.