DeviceSwipeAndGo Property |
Indicates if the device doesn't use function keys for individual actions like Clock In or Out For Lunch.
Namespace: AMG.API.DefinitionsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool SwipeAndGo { get; set; }
Public Property SwipeAndGo As Boolean
Get
Set
public:
property bool SwipeAndGo {
bool get ();
void set (bool value);
}
member SwipeAndGo : bool with get, set
Property Value
Type:
BooleanSee Also