Share via


MediaCollection.ContinueOnError Property

Gets or sets a value that indicates whether to proceed to the next media item in the collection if a playback error occurs.

Syntax

  public bool ContinueOnError {get; set;}

Property Value

System.Boolean.  If true, advances to the next item in the media collection if a playback occurs; otherwise, false.

This property is read/write.

Remarks

None.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also