JsonObject.TryGetPropertyValue(String, JsonNode) Metodo

Definizione

Restituisce il valore di una proprietà con il nome specificato.

public:
 bool TryGetPropertyValue(System::String ^ propertyName, [Runtime::InteropServices::Out] System::Text::Json::Nodes::JsonNode ^ % jsonNode);
public bool TryGetPropertyValue (string propertyName, out System.Text.Json.Nodes.JsonNode? jsonNode);
member this.TryGetPropertyValue : string * JsonNode -> bool
Public Function TryGetPropertyValue (propertyName As String, ByRef jsonNode As JsonNode) As Boolean

Parametri

propertyName
String

Nome della proprietà da restituire.

jsonNode
JsonNode

Valore JSON della proprietà con il nome specificato.

Restituisce

true se è stata trovata una proprietà con il nome specificato; in caso contrario, false.

Si applica a