Specifies whether the authentication information is saved with the design-time class.
Syntax
object.DesignSaveAuthentication [=Boolean]
The DesignSaveAuthentication property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an item in the Applies To list. |
Boolean | A Boolean expression that specifies whether to save the authentication information with the design-time class. The default is False. |
Remarks
When set to True, the user identification and password are saved with the project.
Note Since the password is not encrypted, for maximum security you should not specify your password to persist for design time.