ResourceExplorer.IsRef(JToken) 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.
Determine if token is a reference.
public bool IsRef (Newtonsoft.Json.Linq.JToken token);
member this.IsRef : Newtonsoft.Json.Linq.JToken -> bool
Public Function IsRef (token As JToken) As Boolean
Parameters
- token
- Newtonsoft.Json.Linq.JToken
jtoken.
Returns
true if it is string ref.