Opalis Quick Integration Kit 3.0
Gets or sets whether the Opalis Object should incude a Properties 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 
ShowInputs { 
get; 
set; }
Visual Basic (Declaration)
Public 
Property 
ShowInputs 
As 
Boolean
Visual C++
public:
property 
bool 
ShowInputs {
	
bool 
get ();
	
void 
set (
bool 
value);
}

Field Value

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

Remarks

The property is set to Trueby default.

See Also