V0_2.ProblemDescription.Geometry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Newtonsoft.Json.JsonProperty(PropertyName="geometry")]
[YamlDotNet.Serialization.YamlMember(Alias="geometry", ApplyNamingConventions=false)]
public Microsoft.Quantum.Chemistry.Broombridge.V0_1.Geometry? Geometry { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="geometry")>]
[<YamlDotNet.Serialization.YamlMember(Alias="geometry", ApplyNamingConventions=false)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Geometry : Microsoft.Quantum.Chemistry.Broombridge.V0_1.Geometry with get, set
Public Property Geometry As V0_1.Geometry
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute YamlDotNet.Serialization.YamlMemberAttribute IsReadOnlyAttribute