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.

Definition

Namespace: ASCOM
Assembly: ASCOM.SettingsProvider (in ASCOM.SettingsProvider.dll) Version: 7.1.3+4851.c5da65c2b
C#
public override string ApplicationName { get; set; }

Property Value

String

See Also