AmqpMessageProperties.To 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 to value from the AMQP properties.
public Azure.Core.Amqp.AmqpAddress? To { get; set; }
member this.To : Nullable<Azure.Core.Amqp.AmqpAddress> with get, set
Public Property To As Nullable(Of AmqpAddress)