Note
If HasError is , after expiration of either the license
or its evidence all license features become unavailable.
Checks the current status and attempts to retrieve the options of the specified feature.
bool TryGetFeature(
string featureName,
out string featureOptions
)Function TryGetFeature (
featureName As String,
<OutAttribute> ByRef featureOptions As String
) As Booleanbool TryGetFeature(
String^ featureName,
[OutAttribute] String^% featureOptions
)abstract TryGetFeature :
featureName : string *
featureOptions : string byref -> bool