Compartir a través de


EntityIdentity.TryGetValue(String, String) Method

Definition

Try to gets a value in the identity with a key.

public bool TryGetValue (string key, out string? value);
member this.TryGetValue : string * string -> bool
Public Function TryGetValue (key As String, ByRef value As String) As Boolean

Parameters

key
String

The name of the key.

value
String

The output of the value.

Returns

True, if the key is valid.

Applies to