Share via


AgentState.SetValue<T>(String, T) Method

Definition

Set a property value.

public void SetValue<T>(string name, T value);
abstract member SetValue : string * 'T -> unit
override this.SetValue : string * 'T -> unit
Public Sub SetValue(Of T) (name As String, value As T)

Type Parameters

T

Parameters

name
String

The name of the property.

value
T

The property value.

Implements

Applies to