Share via


AgentState.DeleteValue(String) Method

Definition

Delete a property.

public void DeleteValue(string name);
abstract member DeleteValue : string -> unit
override this.DeleteValue : string -> unit
Public Sub DeleteValue (name As String)

Parameters

name
String

The name of the property.

Implements

Applies to