Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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