NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Application Properties

The properties of the Application class are listed below. For a complete list of Application class members, see the Application Members topic.

Public:

CommonAppDataRegistry Gets the registry key for the application data that is shared among all users.
CommonUserAppDataPath Gets the path for the application data that is shared among all users.
CompanyName Gets the company name associated with the application.
CurrentCulture Gets or sets the locale information for the current thread.
CurrentInputLanguage Gets or sets the current input language for the current thread.
LocalUserAppDataPath Gets the path for the application data specific to a local, non-roaming user.
MyDocuments Gets the path for the user documents.
ProductName Gets the product name associated with this application.
ProductVersion Gets the product version associated with this application.
SafeTopLevelCaptionSuffix Gets or sets the format string to apply to top level window captions when they are displayed with a warning banner.
StartupPath Gets the path for the executable file that started the application.
UserAppDataPath Gets the path for the application data specific to the roaming user.
UserAppDataRegistry Gets the registry key of the application data specific to the roaming user.

See Also

Application Class | System.WinForms Namespace