Gets or sets the JsonSchema of properties.
| 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); }
The JsonSchema of properties.