Share via


FieldJson.Strings(JObject, String) Method

Definition

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[]

Applies to