ChartHttpHandlerSettings.Item Property (String)

.NET Framework (current version)
 

Gets a settings parameter with the specified name registered in the Web.config file under the ChartHttpHandler key.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

Public ReadOnly Property Item (
	name As String
) As String

Parameters

name
Type: System.String

Name of the parameter to get.

Property Value

Type: System.String

Parameter value.

Use this method to access any parameter in the Web.config file under the ChartHttpHandler key.

.NET Framework
Available since 4.0
Return to top
Show: