Share via


ModelItem.IsDisposed Property

Gets a value that indicates whether the ModelItem object is disposed.

Syntax

  public bool IsDisposed {get;}

Property Value

System.Booleantrue if the ModelItem.Dispose method was called on this object; otherwise, false.

This property is read-only.

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