IPendingConnection.Pipeline 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.
Pipeline to use to transfer data
[ADT.Runtime.Info(Create=true, Description="Pipeline to use to transfer data", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="pipeline", Update=true)]
public string Pipeline { get; set; }
[<ADT.Runtime.Info(Create=true, Description="Pipeline to use to transfer data", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="pipeline", Update=true)>]
member this.Pipeline : string with get, set
Public Property Pipeline As String
Property Value
- Attributes