Share via


Action Class

Definition

Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.

public class Action
type Action = class
Public Class Action
Inheritance
Action
Derived

Constructors

Action()

Initializes a new instance of the Action class.

Action(String, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the Action class.

Properties

CompatibilityLevel

Gets or sets this property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.

RequiresPreprocessing

Gets or sets value that indicates whether the rule action requires preprocessing.

SqlExpression

Gets or sets SQL expression. e.g. MyProperty='ABC'

Applies to