repeatCount property
Sets or retrieves the number of times a transition repeats.
Syntax
HRESULT value = object.put_repeatCount(VARIANT repeatCount);HRESULT value = object.get_repeatCount(VARIANT* repeatCount);
Property values
Type: VARIANT
the number of iterations.
Remarks
Specify -1
to repeat indefinitely.