Class DataMemberIgnoreAttribute
When specified on a property or field, it will not be used when serializing/deserializing.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = false)]
public class DataMemberIgnoreAttribute : Attribute- Inheritance
- 
      objectDataMemberIgnoreAttribute
- Inherited Members