Gets the messages produced by this module.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public List<string> Messages { get; }
Visual Basic
Public ReadOnly Property Messages As List(Of String)
	Get
Visual C++
public:
property List<String^>^ Messages {
	List<String^>^ get ();
}
F#
member Messages : List<string> with get

Property Value

Type: List<(Of <(<'String>)>)>

See Also