共用方式為


ChartHttpHandlerSettings.Item[String] 屬性

定義

取得在索引鍵下之Web.config檔案中註冊之指定名稱的 ChartHttpHandler settings 參數。

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

參數

name
String

要取得的參數名稱。

屬性值

參數值。

備註

使用這個方法來存取金鑰下 ChartHttpHandler Web.config檔案中的任何參數。

適用於