Share via


BicepDictionary<T>.TryGetValue(String, BicepValue<T>) Method

Definition

public bool TryGetValue (string key, out Azure.Provisioning.BicepValue<T> value);
abstract member TryGetValue : string * BicepValue -> bool
override this.TryGetValue : string * BicepValue -> bool
Public Function TryGetValue (key As String, ByRef value As BicepValue(Of T)) As Boolean

Parameters

key
String

Returns

Applies to