SetIsSpecified Property

Json.NET

Json.NET - Quick Starts & API Documentation SetIsSpecified Property
NamespacesNewtonsoft.Json.SerializationJsonPropertySetIsSpecified
Gets or sets an action used to set whether the property has been deserialized.
Declaration Syntax
C# Visual Basic Visual C++
public Action SetIsSpecified { get; set; }
Public Property SetIsSpecified As Action
	Get
	Set
public:
property Action^ SetIsSpecified {
	Action^ get ();
	void set (Action^ value);
}
Value
An action used to set whether the property has been deserialized.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)