IFsrmClassificationManager2.ClassificationReportFormats Property

 

Gets and sets the ClassificationReportFormats property.

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

Syntax

object[] ClassificationReportFormats { get; set; }
property array<Object^>^ ClassificationReportFormats {
    array<Object^>^ get();
    void set(array<Object^>^ value);
}
abstract ClassificationReportFormats : Object[] with get, set
Property ClassificationReportFormats As Object()

Property Value

Type: System.Object[]

Returns the ClassificationReportFormats property.

Implements

IFsrmClassificationManager.ClassificationReportFormats

See Also

IFsrmClassificationManager2 Interface
Microsoft.Storage Namespace

Return to top