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 supports a bitwise combination of its member values.
[System.Flags]
[System.Serializable]
public enum JsonForClauseOptions
[<System.Flags>]
[<System.Serializable>]
type JsonForClauseOptions =
Public Enum JsonForClauseOptions
- Inheritance
-
JsonForClauseOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Auto | 1 | |
Path | 2 | |
Root | 4 | |
IncludeNullValues | 8 | |
WithoutArrayWrapper | 16 |