Gets the error message.
Namespace: Conaito.FlipdooAssembly: flipdoo (in flipdoo.exe) Version: 1.0.0.0 (1.0.0.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); } |