IMessageProperties.CommunicationDirection 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.
Direction of communication.
[Microsoft.Azure.PowerShell.Cmdlets.Support.PSArgumentCompleter(new System.String[] { "inbound", "outbound" })]
[Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=false, Description="Direction of communication.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="communicationDirection", Update=false)]
public string CommunicationDirection { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.PSArgumentCompleter(new System.String[] { "inbound", "outbound" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=false, Description="Direction of communication.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="communicationDirection", Update=false)>]
member this.CommunicationDirection : string
Public ReadOnly Property CommunicationDirection As String
Property Value
- Attributes