Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the value that determines whether classification reporting is enabled or not.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
bool ClassificationReportEnabled { get; set; }
property bool ClassificationReportEnabled {
bool get();
void set(bool value);
}
abstract ClassificationReportEnabled : bool with get, set
Property ClassificationReportEnabled As Boolean
Property Value
Type: System.Boolean
Set to true to enable classification reporting; otherwise, false. The default is true.
See Also
IFsrmClassificationManager2
FsrmClassificationManager
IFsrmClassificationManager Interface
Microsoft.Storage Namespace
Return to top