ChartHttpHandlerSettings.Item[String] Property

Definition

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

public:
 property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ name); };
public string this[string name] { get; }
member this.Item(string) : string
Default Public ReadOnly Property Item(name As String) As String

Parameters

name
String

Name of the parameter to get.

Property Value

Parameter value.

Remarks

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

Applies to