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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.