IPlayReadyLicense.FullyEvaluated 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 state of the license.
public:
property bool FullyEvaluated { bool get(); };
bool FullyEvaluated();
public bool FullyEvaluated { get; }
var boolean = iPlayReadyLicense.fullyEvaluated;
Public ReadOnly Property FullyEvaluated As Boolean
Property Value
Boolean
bool
Indicates whether this license chain is evaluated or whether this license chain may be unusable due to enumeration for all licenses (including those that are unusable) being performed. If true, the license chain is evaluated. If false, the license chain may be unusable.