IFsrmClassificationManager2.ClassificationReportEnabled Property

 

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