BrokeredMessage.PartitionKey Property

Definition

Gets or sets a partition key for sending a transactional message to a queue or topic that is not session-aware.

public string PartitionKey { get; set; }
member this.PartitionKey : string with get, set
Public Property PartitionKey As String

Property Value

The partition key for sending a transactional message.

Applies to