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.
Retrieves or sets the types of reports to generate.
This property is read/write.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object[] ReportTypes { get; set; }
property array<Object^>^ ReportTypes {
array<Object^>^ get();
void set(array<Object^>^ value);
}
abstract ReportTypes : Object[] with get, set
Property ReportTypes As Object()
Property Value
Type: System.Object[]
A Object that contains a SAFEARRAY of VARIANTs that contains one or more unique report types to generate. Set the variant type of each VARIANT to VT_I4. Use the lVal member to specify the report type value.
Remarks
For an example, see Updating a Quota.
See Also
IFsrmActionReport Interface
Microsoft.Storage Namespace
Return to top