Share via


FsrmClassificationManagerClass.ClassificationReportFormats Property

 

Retrieves or sets the list of formats in which to generate the classification reports.

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

Syntax

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

Property Value

Type: System.Object[]

Returns a Object containing a list of the report formats that you want the job to generate when it runs. Each element of the SAFEARRAY is a variant of type VT_I4. Set the lVal member of the variant to the report format value. For possible report formats, see the _FsrmReportFormat enumeration.

The default report formats are FsrmReportFormat_DHtml and FsrmReportFormat_Xml.

Implements

IFsrmClassificationManager2.ClassificationReportFormats

See Also

IFsrmClassificationManager2
IFsrmClassificationManager
ClassificationReportEnabled
ClassificationReportMailTo
IFsrmClassificationManager
FsrmClassificationManagerClass Class
Microsoft.Storage Namespace
MSFT_FSRMClassification

Return to top