IFsrmReportJob.LastError Property

 

Retrieves the error message from the last time the reports were run.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

string LastError { get; }
property String^ LastError {
    String^ get();
}
abstract LastError : string with get
ReadOnly Property LastError As String

Property Value

Type: System.String

Returns a String containing the error message from the last time the reports were run. The string is empty if no error occurred.

See Also

IFsrmReportJob Interface
Microsoft.Storage Namespace

Return to top