IFlow.FlowType 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.
The flow type for this flow
[ADT.PSArgumentCompleter(new System.String[] { "Unknown", "Complex", "DevSecOps", "Messaging", "Mission", "MicrosoftInternal", "BasicFiles", "Data", "Standard", "StreamingVideo", "Opaque", "MissionOpaqueXML", "DiskImages", "API" })]
[ADT.Runtime.Info(Create=true, Description="The flow type for this flow", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="flowType", Update=true)]
public string FlowType { get; set; }
[<ADT.PSArgumentCompleter(new System.String[] { "Unknown", "Complex", "DevSecOps", "Messaging", "Mission", "MicrosoftInternal", "BasicFiles", "Data", "Standard", "StreamingVideo", "Opaque", "MissionOpaqueXML", "DiskImages", "API" })>]
[<ADT.Runtime.Info(Create=true, Description="The flow type for this flow", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="flowType", Update=true)>]
member this.FlowType : string with get, set
Public Property FlowType As String
Property Value
- Attributes