SettingInfo.JsonSchema Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a JSON schema representing the allowed values for the setting. See https://json-schema.org/.
public:
property Newtonsoft::Json::Linq::JObject ^ JsonSchema { Newtonsoft::Json::Linq::JObject ^ get(); };
public Newtonsoft.Json.Linq.JObject JsonSchema { get; }
member this.JsonSchema : Newtonsoft.Json.Linq.JObject
Public ReadOnly Property JsonSchema As JObject
Property Value
Newtonsoft.Json.Linq.JObject