共用方式為


WebReference.DynamicUrl 屬性

取得或設定用來存取 Web 服務的 URL。

命名空間:  VsWebSite
組件:  VsWebSite.Interop (在 VsWebSite.Interop.dll 中)

語法

'宣告
Default Property DynamicUrl As String
string this { get; set; }
property String^ default {
    String^ get ();
    void set (String^ value);
}
abstract DynamicUrl : string with get, set
function get DynamicUrl () : String
function set DynamicUrl (value : String)

屬性值

型別:System.String
用來存取 Web 服務的 URL。

備註

DynamicUrl 屬性是動態建立的值。若為沒有使用動態屬性的 Web 參考,這個屬性就會傳回 ServiceLocationUrl 屬性值。寫入這個屬性將會在網站根目錄之 Web.config 檔的 <appSettings> 區段中設定 URL。如果參考的 <appSettings> 值不存在,就會建立此值。根據預設,建立 Web 參考時,存取 Web 服務的 URL 就會儲存在 Web.config 檔的動態屬性中。

.NET Framework 安全性

請參閱

參考

WebReference 介面

VsWebSite 命名空間