Opalis Quick Integration Kit 3.0
Sets and returns the comma delimited set of browser options for the input.

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

Syntax

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

Remarks

Opalis inputs with options will include a browser button when displayed in the Opalis Integration Server client. Clicking the browser button will display a browser dialog with the specified set of options.

See Also