System.Xml.Serialization.XmlMemberMapping: Property Members

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
Anybool.

Gets or sets a value that indicates whether the .NET Framework type maps to an XML element or attribute of any type.

[read-only]
CheckSpecifiedbool.

Gets a value that indicates whether the accompanying field in the .NET Framework type has a value specified.

[read-only]
ElementNamestring.

Gets the unqualified name of the XML element declaration that applies to this mapping.

[read-only]
MemberNamestring.

Gets the name of the Web service method member that is represented by this mapping.

[read-only]
Namespacestring.

Gets the XML namespace that applies to this mapping.

[read-only]
TypeFullNamestring.

Gets the fully qualified type name of the .NET Framework type for this mapping.

[read-only]
TypeNamestring.

Gets the type name of the .NET Framework type for this mapping.

[read-only]
TypeNamespacestring.

Gets the namespace of the .NET Framework type for this mapping.

[read-only]
XsdElementNamestring.

Gets the XML element name as it appears in the service description document.