Gets the error 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> ErrorMessages { get; }
Visual Basic
Public ReadOnly Property ErrorMessages As List(Of String)
	Get
Visual C++
public:
property List<String^>^ ErrorMessages {
	List<String^>^ get ();
}
F#
member ErrorMessages : List<string> with get

Property Value

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

See Also