PlayReadyContentHeader.LicenseAcquisitionUrl 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 license acquisition URL in the header if it is set.
public:
property Uri ^ LicenseAcquisitionUrl { Uri ^ get(); };
Uri LicenseAcquisitionUrl();
public System.Uri LicenseAcquisitionUrl { get; }
var uri = playReadyContentHeader.licenseAcquisitionUrl;
Public ReadOnly Property LicenseAcquisitionUrl As Uri
Property Value
The license acquisition URL.