ObjectDefinition Hidden Property
Gets or sets a value indicating whether the field is hidden. When set to true this entity is considered to be of limited value to the user as it is a system or internal entity that is hidden from the user.
Namespace: Scribe.Core.ConnectorApi.Metadata
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
public bool Hidden { get; set; }
Property Value
Type: Boolean
Implements
See