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


IDataLicenseInfo.LicenseID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDataLicenseInfo.LicenseID Property

License ID.

[Visual Basic .NET]
Public ReadOnly Property LicenseID As Guid
[C#]
public Guid LicenseID {get;}
[C++]
HRESULT get_LicenseID(
  GUID* pVal
);
[C++]

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

Product Availability

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

See Also

IDataLicenseInfo Interface