November 2003
Intermediate to advanced
476 pages
14h 38m
English
SoapIgnoreAttribute — System.Xml.Serialization (system.xml.dll) CF 1.0 class
public class SoapIgnoreAttribute : Attribute { // Public Constructors public SoapIgnoreAttribute( ); }
This attribute is
used to indicate that the field to which it is attached should not be
serialized to SOAP. If an element with the same name is found in an
XML stream being deserialized it will be ignored. Like all the SOAP
attributes, it can be applied in code or via the
SoapAttributeOverrides object.
System.Object →
System.Attribute →
SoapIgnoreAttribute
Property, Field, Parameter, ReturnValue