Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Serialization
JsonProperty Class
JsonProperty Properties
AttributeProvider Property
Converter Property
DeclaringType Property
DefaultValue Property
DefaultValueHandling Property
GetIsSpecified Property
HasMemberAttribute Property
Ignored Property
IsReference Property
ItemConverter Property
ItemIsReference Property
ItemReferenceLoopHandling Property
ItemTypeNameHandling Property
MemberConverter Property
NullValueHandling Property
ObjectCreationHandling Property
Order Property
PropertyName Property
PropertyType Property
Readable Property
ReferenceLoopHandling Property
Required Property
SetIsSpecified Property
ShouldDeserialize Property
ShouldSerialize Property
TypeNameHandling Property
UnderlyingName Property
ValueProvider Property
Writable Property
JsonProperty
AttributeProvider Property
Gets or sets the
IAttributeProvider
for this property.
Namespace:
Newtonsoft.Json.Serialization
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
IAttributeProvider
AttributeProvider
{
get
;
set
; }
Property Value
Type:
IAttributeProvider
The
IAttributeProvider
for this property.
See Also
Reference
JsonProperty Class
Newtonsoft.Json.Serialization Namespace
Json.NET Home