DekGenius.com
[ Team LiB ] Previous Section Next Section

SoapIgnoreAttributeSystem.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.

Hierarchy

System.Object System.Attribute SoapIgnoreAttribute

Valid On

Property, Field, Parameter, ReturnValue

    [ Team LiB ] Previous Section Next Section