Defines whether or not SSL is enabled.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property IsSSLEnabled As Nullable(Of Boolean)
C#
Nullable<bool> IsSSLEnabled { get; set; }
Visual C++
property Nullable<bool> IsSSLEnabled {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_isSSLEnabled();
function set_isSSLEnabled(value);

ToggleSee Also