Share via


IListMakerApp.Repeatable Property

Gets a value that indicates whether to let the user repeat the previous CD or DVD recording operation.

Syntax

public bool Repeatable {get;}

Property Value

System.Boolean. It is true if the user is allowed to repeat the recording operation, and false otherwise.

This property is read-only.

Remarks

If this property is true, Windows Media Center prompts the user to repeat the operation when the recording operation is completed. If the user indicates yes, Windows Media Center calls the application's Repeat method.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

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

See Also