MediaCollectionItem.Tag Property

Gets or sets an application-specific object for the current media item.

Syntax

  public object Tag {get; set;}

Property Value

System.Object.  An application-specific object. This object must be serializable; otherwise, this property will be set to null.

This property is read/write.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also