次の方法で共有


ParameterType 列挙型

定義

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ParameterType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ParameterType = 
Public Enum ParameterType
継承
ParameterType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Array 6
Bool 5
Float 4
Int 3
NotSpecified 0
Object 7
SecureObject 8
SecureString 2
String 1

適用対象