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


IDataLicenseInfo.LicenseID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDataLicenseInfo Interface > IDataLicenseInfo.LicenseID Property
ArcGIS Developer Help

IDataLicenseInfo.LicenseID Property

License ID.

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

pVal is a parameter of type System.Guid*

Product Availability

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

See Also

IDataLicenseInfo Interface