Share via


ITurnState.DeleteValue(String) Method

Definition

Delete a property.

public void DeleteValue(string path);
abstract member DeleteValue : string -> unit
Public Sub DeleteValue (path As String)

Parameters

path
String

The full path to the property: {scope}.{name}. If {scope} is missing the value is deleted on Temp.

Remarks

{scope} is always the name of an Name.

Applies to