Opalis Quick Integration Kit 3.0
Gets or sets whether the Opalis Input is password protected. Inputs that are password protected will be hidden by asterisks when viewed in the Opalis Integration Server Client and encrypted when stored in the Opalis Integration Server database.

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

Syntax

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

See Also