MediaBreakSchedule.PlaybackItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the MediaPlaybackItem with which the MediaBreakSchedule is associated.
public:
property MediaPlaybackItem ^ PlaybackItem { MediaPlaybackItem ^ get(); };
MediaPlaybackItem PlaybackItem();
public MediaPlaybackItem PlaybackItem { get; }
var mediaPlaybackItem = mediaBreakSchedule.playbackItem;
Public ReadOnly Property PlaybackItem As MediaPlaybackItem
Property Value
The MediaPlaybackItem with which the MediaBreakSchedule is associated.