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