IPendingFlow.SchemaDirection Property

Definition

The direction of the schema.

[ADT.PSArgumentCompleter(new System.String[] { "Send", "Receive" })]
[ADT.Runtime.Info(Create=true, Description="The direction of the schema.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="direction", Update=true)]
public string SchemaDirection { get; set; }
[<ADT.PSArgumentCompleter(new System.String[] { "Send", "Receive" })>]
[<ADT.Runtime.Info(Create=true, Description="The direction of the schema.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="direction", Update=true)>]
member this.SchemaDirection : string with get, set
Public Property SchemaDirection As String

Property Value

Attributes

Applies to