AutoLogon Property

The AutoLogon property, when true, defines whether the application will automatically authenticate to the security namespaces associated with the signon.

Syntax

Query .AutoSummary

Applies To

Signon Object

Discussion

Setting this property to true allows the application to automatically authenticate to the security namespaces associated with the signon.

The AutoLogon property applies only to the CognosSignon type.

Type

Boolean

Access

Read/Write

Examples

signon = model.Signons.Add()signon.AutoLogon = True