ProductLicense.IsActive Property

Gets the value that indicates whether the feature’s license is active.

Syntax

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

Property value

Type: bool 

  Returns true if the feature’s license is active, and otherwise false. This property may return false if the license is missing, expired, or revoked.

Requirements

Namespace: Windows.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

ProductLicense Class

ProductLicense Members

Windows.ApplicationModel.Store Namespace