IMethodExecutionInfo.Filters Property

Gets the collection of filters used for the execution of the method instance.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
ReadOnly Property Filters As IFilterCollection
    Get
'Usage
Dim instance As IMethodExecutionInfo
Dim value As IFilterCollection

value = instance.Filters
IFilterCollection Filters { get; }

Property Value

Type: Microsoft.BusinessData.Runtime.IFilterCollection
The collection of filters of the method instance.

See Also

Reference

IMethodExecutionInfo Interface

IMethodExecutionInfo Members

Microsoft.BusinessData.Runtime Namespace