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

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