Property ClosingWindow_Message
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLNetTypes.dll
ClosingWindow_Message
Gets the closing window message.
public static string ClosingWindow_Message { get; }
Property Value
- string
The closing window message.
Remarks
This session variable is optional. It will show a message in the client in an OK-message box, regardless of what the value of the result variable is. However, when the value of result variable is Stop, this message will be shown in the Yes/No message box mentioned in UIVariables.VisualOverview.ClosingWindow_Result property . In other words, you can expand the Yes/No message box with a custom message, and this can be done with the message variable.