AnyType 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.
Type of an IOpenApiAny
public enum AnyType
type AnyType =
Public Enum AnyType
- Inheritance
-
AnyType
Fields
Name | Value | Description |
---|---|---|
Primitive | 0 | Primitive. |
Null | 1 | Null. |
Array | 2 | Array. |
Object | 3 | Object. |