IFsrmReportManager.GetReportSizeLimit Method (_FsrmReportLimit)
Retrieves the current value of the specified report size limit.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object GetReportSizeLimit(
_FsrmReportLimit limit
)
Object^ GetReportSizeLimit(
_FsrmReportLimit limit
)
abstract GetReportSizeLimit :
limit:_FsrmReportLimit -> Object
Function GetReportSizeLimit (
limit As _FsrmReportLimit
) As Object
Parameters
limit
Type: Microsoft.Storage._FsrmReportLimitThe report size limit which is used to limit the files listed in a report. For possible values, see the _FsrmReportLimit enumeration.
Return Value
Type: System.Object
Returns a Object containing The limit. The variant type is VT_I4. Use the lVal member of the variant to access the limit value.
See Also
FsrmReportManager
IFsrmReportManager Interface
Microsoft.Storage Namespace
Return to top