IPendingFlow.SchemaDirection 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 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