PropertyDefinition 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 properties 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

public   bool   UsedInLookupCondition { get; set; }

Property Value

Type: Boolean

Implements

IPropertyDefinition UsedInLookupCondition

See

PropertyDefinition Class

Scribe.Core.ConnectorApi.Metadata Namespace