LabelExampleResponse.ExampleId Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="ExampleId")]
public int? ExampleId { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="ExampleId")]
public long? ExampleId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ExampleId")>]
member this.ExampleId : Nullable<int> with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="ExampleId")>]
member this.ExampleId : Nullable<int64> with get, set
Public Property ExampleId As Nullable(Of Integer)
Public Property ExampleId As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to