This document is archived and information here might be outdated.  Recommended version.


ILicenseInformation.GetLicenseProductName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IL > ILicenseInformation Interface > ILicenseInformation.GetLicenseProductName Method
ArcGIS Developer Help

ILicenseInformation.GetLicenseProductName Method

Retrieve the name license product code.

[Visual Basic .NET]
Public Function GetLicenseProductName ( _
    ByVal ProductCode As esriLicenseProductCode _
) As String
[C#]
public string GetLicenseProductName (
    esriLicenseProductCode ProductCode
);
[C++]
HRESULT GetLicenseProductName(
  esriLicenseProductCode ProductCode
);
[C++]
Parameters
ProductCode [in]

ProductCode is a parameter of type esriLicenseProductCode

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the name of the specified license product code constant.

See Also

ILicenseInformation Interface