EntityIdentity.TryGetValue(String, String) 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.
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.