JsonObject.TryGetValue(String, JsonNode) Method

Definition

public bool TryGetValue (string key, out Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Json.JsonNode value);
abstract member TryGetValue : string * JsonNode -> bool
override this.TryGetValue : string * JsonNode -> bool
Public Function TryGetValue (key As String, ByRef value As JsonNode) As Boolean

Parameters

key
String
value
JsonNode

Returns

Applies to