Solution.Id Property

Definition

Gets or sets solution Id.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to