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


IESRILicenseInfo.DefaultProduct Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IESRILicenseInfo Interface > IESRILicenseInfo.DefaultProduct Property
ArcGIS Developer Help

IESRILicenseInfo.DefaultProduct Property

Indicates the product code that will be used on the current machine.

[Visual Basic .NET]
Public ReadOnly Property DefaultProduct As esriProductCode
[C#]
public esriProductCode DefaultProduct {get;}
[C++]
HRESULT get_DefaultProduct(
  esriProductCode* ProductCode
);
[C++]
Parameters
ProductCode [out, retval]

ProductCode is a parameter of type esriProductCode*

Product Availability

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

See Also

IESRILicenseInfo Interface