MemoryFork.DeleteValue(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.
Deletes a value from the memory. Only forked values will be deleted.
public override void DeleteValue(string path);
override this.DeleteValue : string -> unit
Public Overrides Sub DeleteValue (path As String)
Parameters
- path
- String
Path to the value to delete in the form of [scope].property.
If scope is omitted, the value is deleted from the temporary scope.