AttributeRequiredLevel Enum
Definition
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. |