JsonObject.TryGetValue(String, JsonNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public bool TryGetValue (string key, out Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.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