If the type of this JsonValue is Object and propertyName denotes an existing property,
then gets the value of the specified propertyName; otherwise, returns Undefined.
Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 2.0.1
Syntax
Parameters
- propertyName
- Type: SystemString
The name of the property to return its value.
Return Value
Type: JsonValueThe value of the specified propertyName, or Undefined if propertyName is invalid or Type is not Object.
See Also