IFsrmReport.GetFilter Method (_FsrmReportFilter)
Retrieves the value of the specified report filter.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object GetFilter(
_FsrmReportFilter filter
)
Object^ GetFilter(
_FsrmReportFilter filter
)
abstract GetFilter :
filter:_FsrmReportFilter -> Object
Function GetFilter (
filter As _FsrmReportFilter
) As Object
Parameters
filter
Type: Microsoft.Storage._FsrmReportFilterThe filter used to limit the files listed in a report. For possible values, see the _FsrmReportFilter enumeration.
Return Value
Type: System.Object
Returns a Object that contains the filter value for the specified report filter.
See Also
IFsrmReport Interface
Microsoft.Storage Namespace
Return to top