FilterExpression.RequiresPreprocessing Property

Namespace:  Microsoft.ServiceBus.Messaging.Filters
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property RequiresPreprocessing As Boolean
    Get
'Usage
Dim instance As FilterExpression
Dim value As Boolean

value = instance.RequiresPreprocessing
public abstract bool RequiresPreprocessing { get; }
public:
virtual property bool RequiresPreprocessing {
    bool get () abstract;
}
abstract RequiresPreprocessing : bool
abstract function get RequiresPreprocessing () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

FilterExpression Class

Microsoft.ServiceBus.Messaging.Filters Namespace