Table of Contents

Property Message

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Message

Gets or sets the message.

public string Message { get; set; }

Property Value

string

Examples

PagerOptions options = new PagerOptions("message", "recipient");
string message = options.Message;