Share via


DiscData.Properties Property

Gets properties describing the disc.

Note   This property has been deprecated.

Syntax

  DiscData.Properties

Property Value

Microsoft.MediaCenter.HtmlHost.ExArray Array of string values describing the disc.

This property is read-only.

Remarks

Different properties are supported for different types of discs. The following disc types will expose, at minimum, the following properties (other properties might also be exposed):

MovieDVD

  • Director
  • Title
  • ReleaseDate
  • MPAARating
  • Duration

AudioCD

  • AlbumArtist
  • AlbumTitle
  • Genre
  • Label
  • ReleaseDate

Other disc types can expose other properties.

Requirements

Reference: Microsoft.MediaCenter.dll

Namespace: Microsoft.MediaCenter.Extensibility

Assembly: Microsoft.MediaCenter.dll

Platform: Windows XP Media Center Edition 2005 through Windows Vista

See Also