IPropertyDefinition UsedInLookupCondition Property

This property will get/set a flag on whether this property is used in lookup conditions. Properties are true only if a value can be provided for this field in the LookupCondition for any of the Actions that can be performed on this property's object. NOTE: This field should be used to only filter the list of possible Match Code fields in the UI

Namespace:  Scribe.Core.ConnectorApi.Metadata

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

bool   UsedInLookupCondition { get; set; }

Property Value

Type: Boolean

See

IPropertyDefinition Interface

Scribe.Core.ConnectorApi.Metadata Namespace