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: ASCOMAssembly: ASCOM.SettingsProvider (in ASCOM.SettingsProvider.dll) Version: 7.1.3+4851.c5da65c2b
public 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
String