ListFlowsByPipelineConnection.Flow 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.
List of flows associated with the connection.
[ADT.Origin(ADT.PropertyOrigin.Owned)]
public System.Collections.Generic.List<ADT.Models.IFlow> Flow { get; set; }
[<ADT.Origin(ADT.PropertyOrigin.Owned)>]
member this.Flow : System.Collections.Generic.List<ADT.Models.IFlow> with get, set
Public Property Flow As List(Of IFlow)
Property Value
Implements
- Attributes