PlayReadyHeader.LicenseUserInterfaceUrl 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 Uri for Non-silent license acquisition web page.
public Uri LicenseUserInterfaceUrl { get; set; }
member this.LicenseUserInterfaceUrl : Uri with get, set
Public Property LicenseUserInterfaceUrl As Uri
Property Value
The Uri for Non-silent license acquisition web page.
Exceptions
On set, thrown if set to null.
On set, thrown if set to an malformed url.
On set, thrown if set to an absolute url which is longer than 4096 characters.