MemoryFork.DeleteValue(String) Method

Definition

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.

Applies to