Note
If HasError is , after expiration of either the license
or its evidence all license features become unavailable.
Returns if the requested feature is present now and its options are equal to the specified value.
bool HasFeature(
string featureName,
string expectedValue
)Function HasFeature (
featureName As String,
expectedValue As String
) As Booleanbool HasFeature(
String^ featureName,
String^ expectedValue
)abstract HasFeature :
featureName : string *
expectedValue : string -> bool