LastErrorMessage Property
In This Topic
If the agent is not currently connected, contains an error message indicating what the problem is.
Syntax
'Declaration
Public ReadOnly Property LastErrorMessage As String
public string LastErrorMessage {get;}
public:
property String^ LastErrorMessage {
String^ get();
}
See Also