MemoryFork.SetValue(String, Object) 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.
Assigns a value to the memory. The value is assigned to the forked memory.
public override void SetValue(string path, object value);
override this.SetValue : string * obj -> unit
Public Overrides Sub SetValue (path As String, value As Object)
Parameters
- path
- String
Path to the value to assign in the form of [scope].property.
If scope is omitted, the value is assigned to the temporary scope.
- value
- Object
Value to assign.