MemoryFork.HasValue(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.
Checks if a value exists in the memory. The forked memory is checked first, then the original memory.
public override bool HasValue(string path);
override this.HasValue : string -> bool
Public Overrides Function HasValue (path As String) As Boolean
Parameters
- path
- String
Path to the value to check in the form of [scope].property.
If scope is omitted, the value is checked in the temporary scope.
Returns
True if the value exists, false otherwise.