SettingsProviderApplicationName Property |
Gets the name of the driver or application for which settings are being managed.
This value is set during provider initialization and cannot be changed thereafter.
Namespace:
ASCOM
Assembly:
ASCOM.SettingsProvider (in ASCOM.SettingsProvider.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic override string ApplicationName { get; set; }Public Overrides Property ApplicationName As String
Get
Set
public:
virtual property String^ ApplicationName {
String^ get () override;
void set (String^ value) override;
}Property Value
Type:
String
See Also