Get the JSON Token for the specified Property of the current JSON Token.

Syntax

ISJsonToken.GetProperty(propertyName, [found])

Parameters

NameTypeOptionalByRefDescription
propertyName String The case-sensitive Property Name to locate, e.g., "contactDetails" or the path of a property, e.g., "contactDetails.phoneNumber".
found Boolean Optional ByRef Indicates whether the Property was found. If omitted, a value of False is assumed.

Return Value

ISJsonToken

An ISJsonToken object.

Member of:
ISJsonToken
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0