|
IniSettingsBaseSectionName Property
|
Gets or sets default name of section used to access settings in INI file.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax public string SectionName { get; set; }
Public Property SectionName As String
Get
Set
member SectionName : string with get, set
function get_SectionName();
function set_SectionName(value);
View SourceProperty Value
StringSee Also