OwnerShipStatus Enum

Definition

Defines values for 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
Inheritance
OwnerShipStatus
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

NotOwned 1
Owned 0

Applies to