ChartHttpHandlerSettings.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.