OpsContextIsTimerProperty Method |
Checks if a property is a Timer Property
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic static bool IsTimerProperty(
string name
)
Parameters
- name String
- Name of property to check
Return Value
BooleanReturns true if property is a Timer Property
See Also