IPendingConnection.Direction Property

Definition

Direction of data movement

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

Property Value

Attributes

Applies to