PromptForPassword Property

The PromptForPassword property specifies whether users are always prompted for a password when using Transformer in UI mode.

Syntax

Signon .PromptForPassword

Applies To

Signon Object

Discussion

Use this property to specify whether users are always prompted for a password when using Transformer in UI mode. This property only applies to the Datasource signon type.

A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.

Type

Boolean

Access

Read/Write

Examples

signon = model.Signons.Add()signon.PromptForPassword = False