Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An attribute to be applied to a data that is not intended to be encoded in JavaScript Object Notation (JSON).
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.SharePoint.JsonUtilities.JsonIgnore
Namespace: Microsoft.SharePoint.JsonUtilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public NotInheritable Class JsonIgnore _
Inherits Attribute
'Usage
Dim instance As JsonIgnore
[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class JsonIgnore : Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.