IPipeline.Connection Property

Definition

Connections associated with pipeline

[ADT.Runtime.Info(Create=false, Description="Connections associated with pipeline", PossibleTypes=new System.Type[] { typeof(ADT.Models.IReadPipelineConnection) }, Read=true, ReadOnly=true, Required=false, SerializedName="connections", Update=false)]
public System.Collections.Generic.List<ADT.Models.IReadPipelineConnection> Connection { get; }
[<ADT.Runtime.Info(Create=false, Description="Connections associated with pipeline", PossibleTypes=new System.Type[] { typeof(ADT.Models.IReadPipelineConnection) }, Read=true, ReadOnly=true, Required=false, SerializedName="connections", Update=false)>]
member this.Connection : System.Collections.Generic.List<ADT.Models.IReadPipelineConnection>
Public ReadOnly Property Connection As List(Of IReadPipelineConnection)

Property Value

Attributes

Applies to