Binding.Type プロパティ
アセンブリ: System.Web.Services (system.web.services.dll 内)

public: property XmlQualifiedName^ Type { XmlQualifiedName^ get (); void set (XmlQualifiedName^ value); }
/** @property */ public XmlQualifiedName get_Type () /** @property */ public void set_Type (XmlQualifiedName value)
XmlQualifiedName。


' Pass the name of the existing porttype 'MathServiceSoap' and the Xml targetNamespace attribute of the Descriptions tag. myBinding.Type = New XmlQualifiedName("MathServiceSoap", myServiceDescription.TargetNamespace)
// Pass the name of the existing porttype 'MathServiceSoap' and the Xml targetNamespace attribute of the Descriptions tag. myBinding.Type = new XmlQualifiedName("MathServiceSoap" ,myServiceDescription.TargetNamespace);

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


- Binding.Type プロパティのページへのリンク