Share via


BaseOpenApiReference.GetPropertyValueFromNode(JsonObject, String) Method

Definition

Gets the property value from a JsonObject node.

protected internal static string? GetPropertyValueFromNode(System.Text.Json.Nodes.JsonObject jsonObject, string key);
static member GetPropertyValueFromNode : System.Text.Json.Nodes.JsonObject * string -> string
Protected Friend Shared Function GetPropertyValueFromNode (jsonObject As JsonObject, key As String) As String

Parameters

jsonObject
JsonObject

The object to get the value from

key
String

The key of the property

Returns

The property value

Applies to