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