FsrmClassificationManagerClass.ClassificationLastError Property
The error message from the last time that classification was run.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual string ClassificationLastError { get; }
public:
property String^ ClassificationLastError {
virtual String^ get();
}
abstract ClassificationLastError : string with get
override ClassificationLastError : string with get
Public Overridable ReadOnly Property ClassificationLastError As String
Property Value
Type: System.String
Returns a String containing the error message from the last time that classification was run. The string is empty if no error occurred.
Implements
IFsrmClassificationManager2.ClassificationLastError
Remarks
The property is set after classification is run either manually using RunClassification or is scheduled using Task Scheduler.
See Also
IFsrmClassificationManager
IFsrmClassificationManager2
FsrmClassificationManager
FsrmClassificationManagerClass Class
Microsoft.Storage Namespace
MSFT_FSRMClassification
Return to top