Text explaining configuration errors, if
any.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property ErrorText() As String
|
| [C#] |
|---|
public string ErrorText {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_ErrorText();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ErrorText(
|
| [Java] |
|---|
public String getErrorText();
|