AttributeRequiredLevel Enum

Definition

Describes the requirement level for an attribute.

For the Web API use the AttributeRequiredLevel EnumType.

public enum class AttributeRequiredLevel
[System.Runtime.Serialization.DataContract(Name="AttributeRequiredLevel", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")]
public enum AttributeRequiredLevel
[<System.Runtime.Serialization.DataContract(Name="AttributeRequiredLevel", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")>]
type AttributeRequiredLevel = 
Public Enum AttributeRequiredLevel
Inheritance
AttributeRequiredLevel
Attributes

Fields

ApplicationRequired 2

The attribute is required to have a value. Value = 2.

None 0

No requirements are specified. Value = 0.

3

It is recommended that the attribute has a value. Value = 3.

SystemRequired 1

The attribute is required to have a value. Value = 1.

Applies to