Click or drag to resize

OpsContextIsTimerProperty Method

Checks if a property is a Timer Property

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public static bool IsTimerProperty(
	string name
)

Parameters

name
Type: SystemString
Name of property to check

Return Value

Type: Boolean
Returns true if property is a Timer Property
See Also