Returns whether the current license key is an evaluation key or a subscription key. You must call ValidateLicense prior to calling IsEvaluation.
Note that at the core license engine level, there is no distinction between a subsription and an evaluation. IsEvaluation returns true if the license has an expiry duration or an expiry date.
C++: VARIANT_BOOL IsEvaluation
C#: bool IsEvaluation ()
Return
Boolean indicating if the license key is an evaluation key.
Comments
0 comments
Article is closed for comments.