TestimoX

API Reference

Class

DropdownListPresentationElement

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Represents a drop-down list control in ADML presentation with an optional default item id.

Inheritance

Constructors

public DropdownListPresentationElement(String refId, String defaultItem, String label) #

Initializes a new instance of the DropdownListPresentationElement class.

Parameters

refId System.String requiredposition: 0
Optional reference identifier.
defaultItem System.String requiredposition: 1
Optional default item id.
label System.String requiredposition: 2
Optional display label.

Properties

public String DefaultItem { get; } #

Gets the default item id.

public String Label { get; } #

Gets the display label.