SoapServices.XmlNsForClrTypeWithAssembly プロパティ
アセンブリ: mscorlib (mscorlib.dll 内)



WSDL プロトコルと SOAP プロトコルは、共通言語ランタイム クラスを XML 名前空間にエンコードします。現在のプロパティによって、XML 名前空間の形式が指定されます。共通言語ランタイム クラスにアセンブリがあり、名前空間がない場合、現在のプロパティは使用される既定の XML 名前空間を返します。

このプロパティを使用するコードの例を次に示します。このコード例は、SoapServices クラスのトピックで取り上げているコード例の一部分です。
// Print the XML namespace for the CLR types // that have an assembly but no common language runtime namespace. Console.WriteLine( "The XML namespace for the CLR types " + "that have an assembly but no namespace, is {0}." , SoapServices.XmlNsForClrTypeWithAssembly);


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に収録されているすべての辞書からSoapServices.XmlNsForClrTypeWithAssembly プロパティを検索する場合は、下記のリンクをクリックしてください。

- SoapServices.XmlNsForClrTypeWithAssembly プロパティのページへのリンク