ITypeDescriptor.IsFilterDescriptorSet Property
Determines whether this type descriptor references a filter descriptor.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property IsFilterDescriptorSet As Boolean
Get
'Usage
Dim instance As ITypeDescriptor
Dim value As Boolean
value = instance.IsFilterDescriptorSet
bool IsFilterDescriptorSet { get; }
Property Value
Type: System.Boolean
true if the type descriptor references a filter descriptor; otherwise, false.