PlayReadyLicenseAcquisitionServiceRequest.ContentHeader 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 or sets the current content header property.
public:
property PlayReadyContentHeader ^ ContentHeader { PlayReadyContentHeader ^ get(); void set(PlayReadyContentHeader ^ value); };
PlayReadyContentHeader ContentHeader();
void ContentHeader(PlayReadyContentHeader value);
public PlayReadyContentHeader ContentHeader { get; set; }
var playReadyContentHeader = playReadyLicenseAcquisitionServiceRequest.contentHeader;
playReadyLicenseAcquisitionServiceRequest.contentHeader = playReadyContentHeader;
Public Property ContentHeader As PlayReadyContentHeader
Property Value
The current content header property.
Implements
Remarks
This property cannot be set after BeginServiceRequest or GenerateManualEnablingChallenge have been called.