Share via


Match.MatchId Property

Definition

Gets or sets the match id.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to