Value that indicates whether the license is a trial license.
public:
property bool IsTrial {
bool get ();
}
Type: bool
Returns true if the license is a trial license, and false otherwise.
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.
Namespace: Windows.ApplicationModel.Store
Metadata: windows.winmd