This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAuthorizeLicense Interface > IAuthorizeLicense.FeaturesAdded Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR* 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.