API Reference
Class
AdmxProduct
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
- Internal product name.
- displayName System.String
- Display name identifier (string table id).
- versionIndex System.Nullable{System.Int32} = null
- Optional version index for major/minor nodes.
- parentName System.String = null
- Optional parent product name when this represents a version node.