Miner.Mobile.Common.Services Namespace > IConfigurationService Interface : GetSection Method |
'Declaration
Function GetSection( _ ByVal sectionName As System.String _ ) As System.Configuration.ConfigurationSection
'Usage
Dim instance As IConfigurationService Dim sectionName As System.String Dim value As System.Configuration.ConfigurationSection value = instance.GetSection(sectionName)
System.Configuration.ConfigurationSection GetSection( System.string sectionName )
function GetSection( sectionName: System.String ): System.Configuration.ConfigurationSection;
function GetSection( sectionName : System.String ) : System.Configuration.ConfigurationSection;
System.Configuration.ConfigurationSection* GetSection( System.string* sectionName )
System.Configuration.ConfigurationSection^ GetSection( System.String^ sectionName )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2