Gets the list of messages that has been generated so far.

Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core (in Sdl.ProjectAutomation.Core.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public ExecutionMessage[] Messages { get; internal set; }
Visual Basic
Public Property Messages As ExecutionMessage()
	Get
	Friend Set
Visual C++
public:
property array<ExecutionMessage^>^ Messages {
	array<ExecutionMessage^>^ get ();
	internal: void set (array<ExecutionMessage^>^ value);
}

See Also