JsonForClauseOptions 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.
Enum to store different JSON for clause options
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[System.Flags]
[System.Serializable]
public enum JsonForClauseOptions
type JsonForClauseOptions =
Public Enum JsonForClauseOptions
- Inheritance
-
JsonForClauseOptions
- Attributes
Fields
| Auto | 1 | |
| IncludeNullValues | 8 | |
| None | 0 | |
| Path | 2 | |
| Root | 4 | |
| WithoutArrayWrapper | 16 |