Share via


IFsrmClassificationManager.ClassificationLastError Property

 

Retrieves the error message from the last time that classification was run.

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

Syntax

string ClassificationLastError { get; }
property String^ ClassificationLastError {
    String^ get();
}
abstract ClassificationLastError : string with get
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.

Remarks

The property is set after classification is run either manually using RunClassification or is scheduled using Task Scheduler.

See Also

IFsrmClassificationManager2
FsrmClassificationManager
IFsrmClassificationManager Interface
Microsoft.Storage Namespace

Return to top