Share via


FsrmClassificationManagerClass.ClassificationReportEnabled Property

 

Determines whether classification reporting is enabled or not.

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

Syntax

public virtual bool ClassificationReportEnabled { get; set; }
public:
property bool ClassificationReportEnabled {
    virtual bool get();
    virtual void set(bool value);
}
abstract ClassificationReportEnabled : bool with get, set
override ClassificationReportEnabled : bool with get, set
Public Overridable Property ClassificationReportEnabled As Boolean

Property Value

Type: System.Boolean

Returns a Boolean; set to true to enable classification reporting; otherwise, false. The default is true.

Implements

IFsrmClassificationManager2.ClassificationReportEnabled

Remarks

Controls reporting regardless of whether classification was scheduled (using the Task Scheduler) or run on demand (using RunClassification).

See Also

IFsrmClassificationManager2
FsrmClassificationManager
ClassificationLastReportPathWithoutExtension
ClassificationReportFormats
ClassificationReportMailTo
IFsrmClassificationManager
FsrmClassificationManagerClass Class
Microsoft.Storage Namespace
MSFT_FSRMClassification

Return to top