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.
System.Object System.Attribute XmlIgnoreAttribute
Property, Field, Parameter, ReturnValue