System.Xml.Serialization.XmlReflectionMember: Property Members

The properties of System.Xml.Serialization.XmlReflectionMember are listed below. For a list of all members, see the XmlReflectionMember Members list.

See Also: Inherited members from System.Object

Public Properties

IsReturnValuebool.

Gets or sets a value that indicates whether the System.Xml.Serialization.XmlReflectionMember represents a Web service method return value, as opposed to an output parameter.

MemberNamestring.

Gets or sets the name of the Web service method member for this mapping.

MemberTypeType.

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

OverrideIsNullablebool.

Gets or sets a value that indicates that the value of the corresponding XML element definition's isNullable attribute is false.

SoapAttributesSoapAttributes.

Gets or sets a System.Xml.Serialization.SoapAttributes with the collection of SOAP-related attributes that have been applied to the member code entity.

XmlAttributesXmlAttributes.

Gets or sets an System.Xml.Serialization.XmlAttributes with the collection of System.Xml.Serialization.XmlSerializer-related attributes that have been applied to the member code entity.