IFsrmFileManagementJob.Formats Property
Retrieves or sets the formats of the report to generate when the job is run.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object[] Formats { get; set; }
property array<Object^>^ Formats {
array<Object^>^ get();
void set(array<Object^>^ value);
}
abstract Formats : Object[] with get, set
Property Formats 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. For possible report formats, see the _FsrmReportFormat enumeration.
Remarks
The job generates the reports if ReportEnabled is VARIANT_TRUE.
See Also
IFsrmFileManagementJob Interface
Microsoft.Storage Namespace
Return to top