次の方法で共有


SlotType 列挙型

定義

SlotType の値を定義します。

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

フィールド

Production 0
Staging 1

適用対象