IFsrmFileManagementJob.LastError Property
Retrievers the error message from the last time the job was 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 job was run. The string is empty if no error occurred.
See Also
IFsrmFileManagementJob Interface
Microsoft.Storage Namespace
Return to top