Click or drag to resize

OpsContextIsTimerProperty Method

Checks if a property is a Timer Property

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

Parameters

name  String
Name of property to check

Return Value

Boolean
Returns true if property is a Timer Property
See Also