Timer.AutoRepeat Property

Gets a value that indicates whether the timer runs repeatedly or whether it runs one time.

Syntax

  public bool AutoRepeat {get; set;}

Property Value

System.Booleantrue if the timer runs repeatedly; otherwise, false.

This property is read/write.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also