IAgentState.HasValue(String) Method

Definition

Checks for the existence of a property.

public bool HasValue(string name);
abstract member HasValue : string -> bool
Public Function HasValue (name As String) As Boolean

Parameters

name
String

The name of the property.

Returns

Applies to