Format Property

Json.NET

Json.NET - Quick Starts & API Documentation Format Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaFormat
Gets or sets the format.
Declaration Syntax
C# Visual Basic Visual C++
public string Format { get; set; }
Public Property Format As String
	Get
	Set
public:
property String^ Format {
	String^ get ();
	void set (String^ value);
}
Value
The format.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)