TestimoX

API Reference

Class

MultiTextBoxPresentationElement

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Multi-line text box control with optional default text.

Inheritance

Constructors

public MultiTextBoxPresentationElement(String refId, String defaultValue, String label) #

Initializes a multi-line text box control.

Parameters

refId System.String requiredposition: 0
Optional reference identifier.
defaultValue System.String requiredposition: 1
Default text value.
label System.String requiredposition: 2
Optional display label.

Properties

public String DefaultValue { get; } #

Default text value.

public String Label { get; } #

Optional display label.