Error message.

Namespace: EAL.Interfaces.System
Assembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)

Syntax

C#
public string ErrorMessage { get; private set; }
Visual Basic
Public Property ErrorMessage As String
	Get
	Private Set
Visual C++
public:
property String^ ErrorMessage {
	String^ get ();
	private: void set (String^ value);
}

Property Value

Type: String

See Also