The last error or status message from Simple DNS Plus

Namespace:  JHSoftware.SimpleDNSPlus
Assembly:  SDNSAPI (in SDNSAPI)
Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public string LastMessage { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastMessage As String

Remarks

If the Connection object throws an error, you can use this property to get more details on the problem.

See Also