In This Topic
Returns the last error status from LastCommand.
Syntax
'Declaration
Public ReadOnly Property LastError As System.String
'Usage
Dim instance As DicomAssociation
Dim value As System.String
value = instance.LastError
public System.string LastError {get;}
public read-only property LastError: System.String;
public function get LastError : System.String
public: __property System.string* get_LastError();
public:
property System.String^ LastError {
System.String^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also