Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AttributeRequiredLevel Enum

Definition

Namespace:
Microsoft.Xrm.Sdk.Metadata
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Name Value Description
None 0

No requirements are specified. Value = 0.

SystemRequired 1

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

ApplicationRequired 2

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

Recommended 3

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

Applies to