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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。