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


IDataLicenseInfo.LicenseType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDataLicenseInfo.LicenseType Property

License type.

[Visual Basic .NET]
Public ReadOnly Property LicenseType As esriDataLicenseType
[C#]
public esriDataLicenseType LicenseType {get;}
[C++]
HRESULT get_LicenseType(
  esriDataLicenseType* pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type esriDataLicenseType

Product Availability

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

See Also

IDataLicenseInfo Interface