V0_2.Data.Generator Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="generator")]
[YamlDotNet.Serialization.YamlMember(Alias="generator", ApplyNamingConventions=false)]
public Microsoft.Quantum.Chemistry.Broombridge.V0_1.Generator Generator { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="generator")>]
[<YamlDotNet.Serialization.YamlMember(Alias="generator", ApplyNamingConventions=false)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Generator : Microsoft.Quantum.Chemistry.Broombridge.V0_1.Generator with get, set
Public Property Generator As V0_1.Generator

Property Value

V0_1.Generator
Attributes
Newtonsoft.Json.JsonPropertyAttribute YamlDotNet.Serialization.YamlMemberAttribute IsReadOnlyAttribute

Applies to