XmlIgnoreAttribute | System.Xml.Serialization (system.xml.dll) CF 1.0 class |
public class XmlIgnoreAttribute : Attribute {
// Public Constructors
public XmlIgnoreAttribute( );
} | |
This type is used to
indicate that the member to which it is applied should not be
serialized to XML or deserialized from XML.
Hierarchy
System.Object
System.Attribute
XmlIgnoreAttribute
Valid On
Property, Field, Parameter, ReturnValue
|