This document is archived and information here might be outdated. Recommended version. |
Retrieves the details of the new authorized features.
[Visual Basic .NET] Public ReadOnly Property FeaturesAdded As String
[C#] public string FeaturesAdded {get;}
[C++]
HRESULT get_FeaturesAdded(
System.String* FeaturesAdded
);
[C++]
Parameters FeaturesAdded [out, retval]
FeaturesAdded is a parameter of type BSTR*
Use the FeaturesAdded property after the AddLicenseFromFile and AddLicense methods to return a list of the license features that were successfully added to the keycodes file.