次の方法で共有


OwnerShipStatus 列挙型

定義

OwnerShipStatus の値を定義します。

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

フィールド

NotOwned 1
Owned 0

適用対象