Property Message
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Message
Gets or sets the message.
public string Message { get; set; }
Property Value
Examples
PagerOptions options = new PagerOptions("message", "recipient");
string message = options.Message;