ConfigurationManager Class Properties
In This Topic
For a list of all members of this type, see ConfigurationManager members.
Protected Properties
| Name | Description |
| ApplicationName |
Gets the new application name for the configuration.
|
| Icon |
Gets the new application icon for the configuration.
|
| RuntimeDamlFile |
Opportunity for the configuration to provide DAML file at run-time.
|
| SkipStartPage |
Return true to skip showing a start page at startup.
|
| TitleBarText |
Gets the title bar text. The default implementation returns the Title unless it is empty in which case Name is used.
|
Top
See Also