PlayReadyContentHeader.HeaderWithEmbeddedUpdates 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 a new content header that contains any embedded license updates that were available.
public:
property PlayReadyContentHeader ^ HeaderWithEmbeddedUpdates { PlayReadyContentHeader ^ get(); };
PlayReadyContentHeader HeaderWithEmbeddedUpdates();
public PlayReadyContentHeader HeaderWithEmbeddedUpdates { get; }
var playReadyContentHeader = playReadyContentHeader.headerWithEmbeddedUpdates;
Public ReadOnly Property HeaderWithEmbeddedUpdates As PlayReadyContentHeader
Property Value
The new content header. If updates were not available, then this property returns NULL.