Property Title
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Title
Gets or sets the title.
public string Title { get; set; }
Property Value
- string
The title
Examples
UIBuilder uibDialogBox = new UIBuilder();
uibDialogBox.Title = “My dialog box title”;
Remarks
In case no title is specified, the name of the Automation script is used as title.
Feature introduced in DataMiner 9.6.6 (RN 21552).