ParameterType 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.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ParameterType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ParameterType =
Public Enum ParameterType
- Inheritance
-
ParameterType
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | |
String | 1 | |
SecureString | 2 | |
Int | 3 | |
Float | 4 | |
Bool | 5 | |
Array | 6 | |
Object | 7 | |
SecureObject | 8 |