IFsrmReport.Type Property
Retrieves the type of report to generate.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
_FsrmReportType Type { get; }
property _FsrmReportType Type {
_FsrmReportType get();
}
abstract Type : _FsrmReportType with get
ReadOnly Property Type As _FsrmReportType
Property Value
Type: Microsoft.Storage._FsrmReportType
A _FsrmReportType that contains the report type.
See Also
IFsrmReport Interface
Microsoft.Storage Namespace
Return to top