GetIsSpecified Property

Json.NET

Json.NET - Quick Starts & API Documentation GetIsSpecified Property
NamespacesNewtonsoft.Json.SerializationJsonPropertyGetIsSpecified
Gets or sets a predicate used to determine whether the property should be serialized.
Declaration Syntax
C# Visual Basic Visual C++
public Predicate<Object> GetIsSpecified { get; set; }
Public Property GetIsSpecified As Predicate(Of Object)
	Get
	Set
public:
property Predicate<Object^>^ GetIsSpecified {
	Predicate<Object^>^ get ();
	void set (Predicate<Object^>^ value);
}
Value
A predicate used to determine whether the property should be serialized.

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