SoapNonPositiveInteger.XsdType プロパティ
現在の SOAP 型の XML スキーマ定義言語 (XSD) を取得します。
名前空間: System.Runtime.Remoting.Metadata.W3cXsd2001
アセンブリ: mscorlib (mscorlib.dll 内)
構文

XsdType プロパティを使用する方法を次のコード例に示します。このコード例は、SoapNonPositiveInteger クラスのトピックで取り上げているコード例の一部分です。
// Print the XSD type string of the SoapNonPositiveInteger class. Console.WriteLine( "The XSD type of the SoapNonPositiveInteger class " + "is {0}.", SoapNonPositiveInteger.XsdType);

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- SoapNonPositiveInteger.XsdType プロパティのページへのリンク