Opalis Quick Integration Kit 3.0
Gets or sets whether the Opalis Object should include a Filters page when it is displayed in the Opalis Integration Server client.

Namespace:  Opalis.QuickIntegrationKit
Assembly:  Opalis.QuickIntegrationKit(in Opalis.QuickIntegrationKit.dll) Version: 3.0.0.0 (3.1.0.1)

Syntax

C#
public 
bool 
ShowFilters { 
get; 
set; }
Visual Basic (Declaration)
Public 
Property 
ShowFilters 
As 
Boolean
Visual C++
public:
property 
bool 
ShowFilters {
	
bool 
get ();
	
void 
set (
bool 
value);
}

Field Value

Trueif the "Filters" page should be displayed, otherwise False

Remarks

This property is set to Trueby default.

See Also