XmlReflectionMember.MemberType Property
Assembly: System.Xml (in system.xml.dll)
/** @property */ public Type get_MemberType () /** @property */ public void set_MemberType (Type value)
public function get MemberType () : Type public function set MemberType (value : Type)
Not applicable.
Property Value
The Type of the Web service method member code entity that is represented by this mapping.The Web service method member's code entity may be an input parameter, an output parameter, a return type, or a SOAP header attribute.
You do not need to use the XmlReflectionMember class and its properties directly.
See the XmlMembersMapping class for the cases when a member corresponds to a part element defined in a Web Services Description Language (WSDL) document. Note, however, that with a wrapped binding between a WSDL operation and a .NET Framework method (indicated by the Wrapped enumeration member), the method parameters and return value do not appear in the WSDL document.
Windows 98, Windows Server 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
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.