Opalis Quick Integration Kit 3.0
Gets or sets whether the Opalis Input is optional or required.

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

Syntax

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

See Also