MemoryFork.GetValue(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.
Retrieves a value from the memory. The forked memory is checked first, then the original memory.
public object? GetValue(string path);
override this.GetValue : string -> obj
Public Function GetValue (path As String) As Object
Parameters
- path
- String
Path to the value to retrieve in the form of [scope].property.
If scope is omitted, the value is retrieved from the temporary scope.
Returns
The value or undefined if not found.