AttributeRequiredLevelManagedProperty ComplexType

Represents the data to define a RequiredLevel property for an attribute.

Properties

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

Name Type Details
CanBeChanged Edm.Boolean

Whether the managed property value can be changed.

ManagedPropertyLogicalName Edm.String

Logical name for the managed property.

Value AttributeRequiredLevel

The value of the managed property.

Used by

The following use the AttributeRequiredLevelManagedProperty ComplexType.

Name How used
AttributeMetadata RequiredLevel Property
ComplexAttributeMetadata RequiredLevel Property

See also