ArcFM Responder Mobile Developer Guide
GetSection Method






The name of the section.
Get a ConfigurationSection with the given name.
Syntax
'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
) 

Parameters

sectionName
The name of the section.
Requirements

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

See Also

Reference

IConfigurationService Interface
IConfigurationService Members

Send Feedback