Share via


MappingDataFlow.ScriptLines Property

Definition

Gets or sets data flow script lines.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to