RuleDescription.Action Property

Definition

Gets or sets the action to perform if the message satisfies the filtering expression.

public Microsoft.Azure.ServiceBus.RuleAction Action { get; set; }
member this.Action : Microsoft.Azure.ServiceBus.RuleAction with get, set
Public Property Action As RuleAction

Property Value

The action to perform if the message satisfies the filtering expression.

Applies to