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.
Gets and sets the ClassificationReportEnabled property.
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
Returns the ClassificationReportEnabled property.
Implements
IFsrmClassificationManager.ClassificationReportEnabled
See Also
IFsrmClassificationManager2 Interface
Microsoft.Storage Namespace
Return to top