SaveConnectionPage Properties
Provides a view for the Save the Connection String page of the Data Source Wizard in WPF applications.| Name | Description |
|---|---|
| CanSaveConnectionString | Sets whether the connection string can be saved to the dedicated storage. |
| CanSaveCredentials | Sets whether the user credentials can be saved. |
| ConnectionName | Specifies the name of the created connection. |
| Description | Specifies the description of the current wizard page. |
| IsInDesignMode static | Gets whether design-time mode is active. Inherited from ViewModelBase. |
| ShouldSaveConnectionString | Specifies whether to save the connection string to the dedicated storage. |
| ShouldSaveCredentials | Specifies whether to save the user credentials along with the connection string. |
| UseCustomFooter | Inherited from WizardPageBase. |
See Also