Gets or sets the match filter
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
| C# |
|---|
public abstract string Filter { get; set; } |
| Visual Basic |
|---|
Public MustOverride Property Filter As String Get Set |
| Visual C++ |
|---|
public: virtual property String^ Filter { String^ get () abstract; void set (String^ value) abstract; } |
| F# |
|---|
abstract Filter : string with get, set |
Property Value
Type: StringThe filter to match.