Gets or sets the filter. Default value is "*"

Namespace: Dapfor.Net.Diagnostics
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public string Filter { get; set; }
Visual Basic
Public Property Filter As String
	Get
	Set
Visual C++
public:
property String^ Filter {
	String^ get ();
	void set (String^ value);
}
F#
member Filter : string with get, set

Property Value

Type: String
The filter.

See Also