Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.