This topic has not yet been rated - Rate this topic

XmlReflectionMember.MemberType Property

This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the type of the Web service method member code entity that is represented by this mapping.

Namespace: System.Xml.Serialization
Assembly: System.Xml (in system.xml.dll)

public Type MemberType { get; set; }
/** @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.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.