AgentState.HasValue(String) 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.
Checks for the existence of a property.
public bool HasValue(string name);
abstract member HasValue : string -> bool
override this.HasValue : string -> bool
Public Function HasValue (name As String) As Boolean
Parameters
- name
- String
The name of the property.