ComplexStringAttributeMetadata ComplexType

Contains the definition for a String column.

Base Type
ComplexAttributeMetadata

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
AttributeOf Edm.String

The name of the attribute that this attribute extends.

Inherited From: ComplexAttributeMetadata

AttributeType AttributeTypeCode

The type for the attribute.

Inherited From: ComplexAttributeMetadata

AttributeTypeName AttributeTypeDisplayName

The name of the type for the attribute.

Inherited From: ComplexAttributeMetadata

AutoNumberFormat Edm.String

Defines the output string format of an autonumber value.

Inherited From: ComplexAttributeMetadata

CanBeSecuredForCreate Edm.Boolean

Whether field-level security can be applied to prevent a user from adding data to this attribute.

Inherited From: ComplexAttributeMetadata

CanBeSecuredForRead Edm.Boolean

Whether field-level security can be applied to prevent a user from viewing data from this attribute.

Inherited From: ComplexAttributeMetadata

CanBeSecuredForUpdate Edm.Boolean

Whether field-level security can be applied to prevent a user from updating data for this attribute.

Inherited From: ComplexAttributeMetadata

CanModifyAdditionalSettings BooleanManagedProperty

Whether any settings not controlled by managed properties can be changed.

Inherited From: ComplexAttributeMetadata

ColumnNumber Edm.Int32

An organization-specific ID for the attribute used for auditing.

Inherited From: ComplexAttributeMetadata

CreatedOn Edm.DateTimeOffset

When the column was created.

Inherited From: ComplexAttributeMetadata

DatabaseLength Edm.Int32

The maximum length of the string as defined by the database.

Inherited From: ComplexAttributeMetadata

DeprecatedVersion Edm.String

The Dataverse version that the column was deprecated in.

Inherited From: ComplexAttributeMetadata

Description Label

The label containing the description for the column.

Inherited From: ComplexAttributeMetadata

DisplayName Label

A label containing the display name for the column.

Inherited From: ComplexAttributeMetadata

EntityLogicalName Edm.String

The logical name of the table that contains the column.

Inherited From: ComplexAttributeMetadata

ExternalName Edm.String

The external name of an object, typically based on it's name in it's original source.

Inherited From: ComplexAttributeMetadata

Format StringFormat

The format for the string.

Inherited From: ComplexAttributeMetadata

FormatName StringFormatName

The format for the string.

Inherited From: ComplexAttributeMetadata

FormulaDefinition Edm.String

The formula definition for calculated and rollup attributes.

Inherited From: ComplexAttributeMetadata

HasChanged Edm.Boolean

Indicates whether the item of metadata has changed.

Inherited From: ComplexAttributeMetadata

ImeMode ImeMode

The input method editor (IME) mode for the attribute.

Inherited From: ComplexAttributeMetadata

InheritsFrom Edm.String

For internal use only.

Inherited From: ComplexAttributeMetadata

IntroducedVersion Edm.String

A string identifying the solution version that the solution component was added in.

Inherited From: ComplexAttributeMetadata

IsAuditEnabled BooleanManagedProperty

Whether the column is enabled for auditing.

Inherited From: ComplexAttributeMetadata

IsCustomAttribute Edm.Boolean

Whether the column is a custom column.

Inherited From: ComplexAttributeMetadata

IsCustomizable BooleanManagedProperty

Whether the column allows customization.

Inherited From: ComplexAttributeMetadata

IsDataSourceSecret Edm.Boolean

Inherited From: ComplexAttributeMetadata

IsFilterable Edm.Boolean

For internal use only.

Inherited From: ComplexAttributeMetadata

IsGlobalFilterEnabled BooleanManagedProperty

For internal use only.

Inherited From: ComplexAttributeMetadata

IsLocalizable Edm.Boolean

Whether the column supports localizable values.

Inherited From: ComplexAttributeMetadata

IsLogical Edm.Boolean

Whether the column is a logical column.

Inherited From: ComplexAttributeMetadata

IsManaged Edm.Boolean

Whether the column is part of a managed solution.

Inherited From: ComplexAttributeMetadata

IsPrimaryId Edm.Boolean

Whether the column represents the unique identifier for the record.

Inherited From: ComplexAttributeMetadata

IsPrimaryName Edm.Boolean

Whether the column represents the primary column for the table.

Inherited From: ComplexAttributeMetadata

IsRenameable BooleanManagedProperty

Whether the attribute display name can be changed.

Inherited From: ComplexAttributeMetadata

IsRequiredForForm Edm.Boolean

Whether the attribute must be included in a form in a model-driven app.

Inherited From: ComplexAttributeMetadata

IsRetrievable Edm.Boolean

For internal use only.

Inherited From: ComplexAttributeMetadata

IsSearchable Edm.Boolean

For internal use only.

Inherited From: ComplexAttributeMetadata

IsSecured Edm.Boolean

Whether the attribute is secured for field-level security.

Inherited From: ComplexAttributeMetadata

IsSortableEnabled BooleanManagedProperty

For internal use only.

Inherited From: ComplexAttributeMetadata

IsValidForAdvancedFind BooleanManagedProperty

Whether the column appears in Advanced Find.

Inherited From: ComplexAttributeMetadata

IsValidForCreate Edm.Boolean

Whether the value can be set when a record is created.

Inherited From: ComplexAttributeMetadata

IsValidForForm Edm.Boolean

Whether the column can be added to a form in a model-driven app.

Inherited From: ComplexAttributeMetadata

IsValidForGrid Edm.Boolean

Whether the attribute can be included in a view.

Inherited From: ComplexAttributeMetadata

IsValidForRead Edm.Boolean

Whether the value can be retrieved.

Inherited From: ComplexAttributeMetadata

IsValidForUpdate Edm.Boolean

Whether the value can be updated.

Inherited From: ComplexAttributeMetadata

IsValidODataAttribute Edm.Boolean

Whether the attribute represents a property that is available in the Web API.

Inherited From: ComplexAttributeMetadata

LinkedAttributeId Edm.Guid

The id of the attribute that is linked between appointments and recurring appointments.

Inherited From: ComplexAttributeMetadata

LogicalName Edm.String

The logical name for the column.

Inherited From: ComplexAttributeMetadata

MaxLength Edm.Int32

The maximum length for values in the column.

Inherited From: ComplexAttributeMetadata

MetadataId Edm.Guid

A unique identifier for the metadata item.

Inherited From: ComplexAttributeMetadata

ModifiedOn Edm.DateTimeOffset

When the column was last modified.

Inherited From: ComplexAttributeMetadata

RequiredLevel AttributeRequiredLevelManagedProperty

The property that determines the data entry requirement level enforced for the attribute.

Inherited From: ComplexAttributeMetadata

SchemaName Edm.String

The schema name for the column.

Inherited From: ComplexAttributeMetadata

Settings Collection(EntitySetting)

For internal use only.

Inherited From: ComplexAttributeMetadata

SourceType Edm.Int32

A value that indicates the source type for a calculated or rollup column.

Inherited From: ComplexAttributeMetadata

SourceTypeMask Edm.Int32

The bitmask value that describes the sources of data used in a calculated attribute or whether the data sources are invalid.

Inherited From: ComplexAttributeMetadata

YomiOf Edm.String

For internal use only.

Inherited From: ComplexAttributeMetadata

Used by

The following may use the ComplexStringAttributeMetadata ComplexType.

Name How used
ComplexEntityMetadata Attributes Property

See also