V0_2.Data.ProblemDescriptions Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="problem_description")]
[YamlDotNet.Serialization.YamlMember(Alias="problem_description", ApplyNamingConventions=false)]
public System.Collections.Generic.List<Microsoft.Quantum.Chemistry.Broombridge.V0_2.ProblemDescription> ProblemDescriptions { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="problem_description")>]
[<YamlDotNet.Serialization.YamlMember(Alias="problem_description", ApplyNamingConventions=false)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.ProblemDescriptions : System.Collections.Generic.List<Microsoft.Quantum.Chemistry.Broombridge.V0_2.ProblemDescription> with get, set
Public Property ProblemDescriptions As List(Of V0_2.ProblemDescription)

Property Value

List<ProblemDescription>
Attributes
Newtonsoft.Json.JsonPropertyAttribute YamlDotNet.Serialization.YamlMemberAttribute IsReadOnlyAttribute

Applies to