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