Share via


ITurnState.HasValue(String) Method

Definition

Checks for the existence of a property.

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

Parameters

path
String

The full path to the property: {scope}.{name}. If {scope} is missing the value is against Temp.

Returns

Remarks

{scope} is always the name of an Name.

Applies to