Json.NET - Quick Starts & API Documentation
Properties Property
Namespaces ► Newtonsoft.Json.Schema ► JsonSchema ► Properties
Gets or sets the JsonSchema of properties.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IDictionary<string, JsonSchema> Properties { get; set; }
Public Property Properties As IDictionary(Of String, JsonSchema) Get Set
public: property IDictionary<String^, JsonSchema^>^ Properties { IDictionary<String^, JsonSchema^>^ get (); void set (IDictionary<String^, JsonSchema^>^ value); }
Value
The JsonSchema of properties.