LicenseInformation.IsTrial Property

Value that indicates whether the license is a trial license.

Syntax

public:
property bool IsTrial {
         bool get ();
}  

Property value

Type: bool 

  Returns true if the license is a trial license, and false otherwise.

Remarks

If you test IsTrial, you should also test IsActive. IsTrial returns true even after the trial period ends. IsActive, however, will return false after the trial period ends.

Requirements

Namespace: Windows.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

LicenseInformation Class

LicenseInformation Members

Windows.ApplicationModel.Store Namespace