V0_1.SuggestedStateData.Superposition Property

Definition

[YamlDotNet.Serialization.YamlMember(Alias="superposition", ApplyNamingConventions=false)]
public System.Collections.Generic.List<System.Collections.Generic.List<string>> Superposition { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="superposition", ApplyNamingConventions=false)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Superposition : System.Collections.Generic.List<System.Collections.Generic.List<string>> with get, set
Public Property Superposition As List(Of List(Of String))

Property Value

List<List<String>>
Attributes
YamlDotNet.Serialization.YamlMemberAttribute IsReadOnlyAttribute

Applies to