Rule Class
Represents a rule. A rule is used to filter and modify messages as they pass through subscriptions.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
The Rule type exposes the following members.
| Name | Description | |
|---|---|---|
|
ExtensionData | Gets the information describing the extension. |
|
FilterAction | Gets the filter actions. |
|
FilterExpression | Gets the filter expression that is used to filter messages that should pass through the subscription. |
|
Name | Gets the name of the rule. |
|
NamespaceClient | Gets the client that is used to access the ServiceBus namespace and perform management operations. |
|
SubscriptionName | Gets the name of the subscription. |
|
TopicPath | Gets the topic’s path relative to the base address of the namespace. |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetDescription | Gets the rule description. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |