AgentState.SetValue<T>(String, T) 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.
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.