public class SomeClass { [NonSerialized] private string m_SomeField; [XmlIgnore()] public string SomeProperty { get ; set ;} }