FieldJson.Strings(JObject, String) 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 string[] Strings (Newtonsoft.Json.Linq.JObject schema, string field);
member this.Strings : Newtonsoft.Json.Linq.JObject * string -> string[]
Protected Function Strings (schema As JObject, field As String) As String()
Parameters
- schema
- Newtonsoft.Json.Linq.JObject
- field
- String
Returns
String[]