ServiceDescription.TargetNamespace プロパティ
Web サービス記述言語 (WSDL :Web Services Description Language) ファイルを囲む descriptions タグの XML targetNamespace 属性を取得または設定します。
名前空間: System.Web.Services.Description
アセンブリ: System.Web.Services (system.web.services.dll 内)
構文
Dim instance As ServiceDescription Dim value As String value = instance.TargetNamespace instance.TargetNamespace = value
/** @property */ public String get_TargetNamespace () /** @property */ public void set_TargetNamespace (String value)
public function get TargetNamespace () : String public function set TargetNamespace (value : String)
プロパティ値
ServiceDescription で記述された XML Web サービスの URL。

' Read a ServiceDescription from existing WSDL. Dim myServiceDescription As ServiceDescription = _ ServiceDescription.Read("Input.vb.wsdl") myServiceDescription.TargetNamespace = "http://tempuri.org/"
// Read a ServiceDescription from existing WSDL. ServiceDescription myServiceDescription = ServiceDescription.Read("Input_CS.wsdl"); myServiceDescription.TargetNamespace = "http://tempuri.org/";

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からServiceDescription.TargetNamespace プロパティを検索する場合は、下記のリンクをクリックしてください。

- ServiceDescription.TargetNamespace プロパティのページへのリンク