IPipeline.Connection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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