|
AdapterLoaderTPersistSettings Property
|
Gets or sets a boolean value that indicates whether
AdapterLoaderT settings are to be saved to the config file.
Namespace: GSF.AdaptersAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.313-beta+5fa9ed2a8819cbb219f1e178bdad6a8d23dec2ce
Syntaxpublic bool PersistSettings { get; set; }Public Property PersistSettings As Boolean
Get
Set
public:
virtual property bool PersistSettings {
bool get () sealed;
void set (bool value) sealed;
}abstract PersistSettings : bool with get, set
override PersistSettings : bool with get, set
function get_PersistSettings();
function set_PersistSettings(value);
View SourceProperty Value
BooleanImplements
IPersistSettingsPersistSettings
See Also