PropertyDefinition 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 properties 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
public bool UsedInActionInput { get; set; }
Property Value
Type: Boolean
Implements
IPropertyDefinition UsedInActionInput
See