WebConnectionStringBuilderLoginPromptType Enumeration

Dynamics 365 Web service login types.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public enum LoginPromptType

Remarks

The item with a value of zero is the default.

Members

Never0Does not prompt the user to specify credentials.
Always1Always prompts the user to specify credentials.
Auto2Allows the user to select in the login control interface whether to display the prompt or not.

See Also