FieldJson.FieldSchema(String, Boolean) Method
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.
protected Newtonsoft.Json.Linq.JObject FieldSchema (string path, out bool optional);
member this.FieldSchema : string * bool -> Newtonsoft.Json.Linq.JObject
Protected Function FieldSchema (path As String, ByRef optional As Boolean) As JObject
Parameters
- path
- String
- optional
- Boolean
Returns
Newtonsoft.Json.Linq.JObject