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 で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET