Product code.
[Visual Basic .NET] Public Property ProductCode As esriProductCode
[C#] public esriProductCode ProductCode {get; set;}
[C++]
HRESULT get_ProductCode(
esriProductCode* ProductCode
);
[C++]
HRESULT put_ProductCode(
esriProductCode ProductCode
);
[C++]Parameters
ProductCode [out, retval]ProductCode is a parameter of type esriProductCode
ProductCode [in]ProductCode is a parameter of type esriProductCode
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.