ExtensionDataSource.InputDataSources Property

Definition

Gets or sets the list of data sources this extension needs data from.

[Newtonsoft.Json.JsonProperty(PropertyName="inputDataSources")]
public System.Collections.Generic.IList<string> InputDataSources { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inputDataSources")>]
member this.InputDataSources : System.Collections.Generic.IList<string> with get, set
Public Property InputDataSources As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to