[This is preliminary documentation and is subject to change.]

Instructs the JsonSerializer not to serialize the public field or public read/write property value.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public sealed class JsonIgnoreAttribute : Attribute
Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Property Or AttributeTargets.Field, AllowMultiple := False)> _
Public NotInheritable Class JsonIgnoreAttribute _
	Inherits Attribute
Visual C++
[AttributeUsageAttribute(AttributeTargets::Property|AttributeTargets::Field, AllowMultiple = false)]
public ref class JsonIgnoreAttribute sealed : public Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Facebook.Json..::.JsonIgnoreAttribute

See Also

JsonIgnoreAttribute Members
Facebook.Json Namespace