IPropertyDefinition UsedInActionInput Property

This property will get/set a flag on whether this property is used in action inputs. Properties are true only if a value can be provided for this field for any of the Actions that can be performed on this property's object. NOTE: This field will drive the display of read only fields in the UI.

Namespace:  Scribe.Core.ConnectorApi.Metadata

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

Syntax

bool   UsedInActionInput { get; set; }

Property Value

Type: Boolean

See

IPropertyDefinition Interface

Scribe.Core.ConnectorApi.Metadata Namespace