Share via


Schema.Solutions Property

Definition

Gets list of solutions the table is affiliated with

[Newtonsoft.Json.JsonProperty(PropertyName="solutions")]
public System.Collections.Generic.IList<string> Solutions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="solutions")>]
member this.Solutions : System.Collections.Generic.IList<string>
Public ReadOnly Property Solutions As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to