FsrmReportManagerClass.GetReportSizeLimit Method (_FsrmReportLimit)
Retrieves the current value of the specified report size limit.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual object GetReportSizeLimit(
_FsrmReportLimit limit
)
public:
virtual Object^ GetReportSizeLimit(
_FsrmReportLimit limit
)
abstract GetReportSizeLimit :
limit:_FsrmReportLimit -> Object
override GetReportSizeLimit :
limit:_FsrmReportLimit -> Object
Public Overridable 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.
Implements
IFsrmReportManager.GetReportSizeLimit(_FsrmReportLimit)
See Also
FsrmReportManager
FsrmReportManagerClass Class
Microsoft.Storage Namespace
Return to top