Share via


FsrmClassificationManagerClass.ClassificationLastReportPathWithoutExtension Property

 

Gets the local directory path where the reports were stored the last time that classification ran.

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

Syntax

public virtual string ClassificationLastReportPathWithoutExtension { get; }
public:
property String^ ClassificationLastReportPathWithoutExtension {
    virtual String^ get();
}
abstract ClassificationLastReportPathWithoutExtension : string with get
override ClassificationLastReportPathWithoutExtension : string with get
Public Overridable ReadOnly Property ClassificationLastReportPathWithoutExtension As String

Property Value

Type: System.String

Returns a String containing the local directory path. The string is empty if classification has not been previously run.

Implements

IFsrmClassificationManager2.ClassificationLastReportPathWithoutExtension

Remarks

If the reports failed, this is the path where the reports would have been stored. The directory may contain reports that completed successfully before the failure occurred. The value passed to SetOutputDirectory, if any, and the reporting context determine the path.

See Also

IFsrmClassificationManager2
IFsrmClassificationManager
ClassificationReportEnabled
SetOutputDirectory
FsrmClassificationManager
FsrmClassificationManagerClass Class
Microsoft.Storage Namespace
MSFT_FSRMClassification

Return to top