Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Star
12871 Points
1786 Posts
Oct 14, 2011 01:36 AM|LINK
Hi,
Try declare the public object Owner as private(e.g: private Object Owner = null;) or to exclude a field using [NonSerialized] attribute. Please refer to the following articles.
http://sharpertutorials.com/serialization/ http://www.codeproject.com/KB/XML/Serialization_Samples.aspx
Best regards, Peter
Peter pi - M...
Star
12871 Points
1786 Posts
Re: Is there a way to exclude a field for SOAP call?
Oct 14, 2011 01:36 AM|LINK
Hi,
Try declare the public object Owner as private(e.g: private Object Owner = null;) or to exclude a field using [NonSerialized] attribute. Please refer to the following articles.
http://sharpertutorials.com/serialization/
http://www.codeproject.com/KB/XML/Serialization_Samples.aspx
Best regards,
Peter
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework