NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

20.1.16 The NonSerialized attribute

The presence of the NonSerialized attribute on a field or property indicates that that field or property should not be serialized.

[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
public class NonSerializedAttribute: System.Attribute
{
   public NonSerializedAttribute() {…}
}