Optionality 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.
Specifies the Optionality definition of the relationship between parent and current attribute.
public enum Optionality
type Optionality =
Public Enum Optionality
- Inheritance
-
Optionality
Fields
Name | Value | Description |
---|---|---|
Mandatory | 0 | Option is Mandatory. |
Optional | 1 | Option is Optional. |