PlayReadyLicenseAcquisitionServiceRequest.ContentHeader Property

Definition

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.

Applies to