Opalis Quick Integration Kit 3.0
Gets or sets the default value to give the Opalis.

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

Syntax

C#
public 
Object 
Default { 
get; 
set; }
Visual Basic (Declaration)
Public 
Property 
Default 
As 
Object
Visual C++
public:
property 
Object^ 
Default {
	
Object^ 
get ();
	
void 
set (
Object^ 
value);
}

Remarks

This default value will be given to the input when a new instance of the Opalis Object is added to an Opalis Integration Server workflow.

See Also