BlobConfigurationSource.GetSection Method

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Retrieves the specified ConfigurationSection from the configuration file, and starts watching for its changes if not watching already.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public ConfigurationSection GetSection(
    string sectionName
)
'Declaration
Public Function GetSection ( _
    sectionName As String _
) As ConfigurationSection
public:
virtual ConfigurationSection^ GetSection(
    String^ sectionName
) sealed

Parameters

Return Value

The section, or nulla null reference (Nothing in Visual Basic) if it doesn't exist.

See Also

BlobConfigurationSource Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration Namespace