Share via


ITypeDescriptor.ContainsFilterDescriptor Property

Determines whether this type descriptor or one of its children reference a filter descriptor.

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

Syntax

'Declaration
ReadOnly Property ContainsFilterDescriptor As Boolean
    Get
'Usage
Dim instance As ITypeDescriptor
Dim value As Boolean

value = instance.ContainsFilterDescriptor
bool ContainsFilterDescriptor { get; }

Property Value

Type: System.Boolean
true if the type descriptor or one of its children reference a filter descriptor; otherwise, false.

See Also

Reference

ITypeDescriptor Interface

ITypeDescriptor Members

Microsoft.BusinessData.MetadataModel Namespace