EnumValue.Comment Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to