PrimitivePropertyType.Enum Property

Definition

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate, PropertyName="enum")]
public string Enum { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate, PropertyName="enum")>]
member this.Enum : string with get, set
Public Property Enum As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to