ArcObjects Library Reference (DataSourcesFile)  

IDataLicenseInfo.UsageModeCount Property

Number of usage modes.

[Visual Basic .NET]
Public ReadOnly Property UsageModeCount As Integer
[C#]
public int UsageModeCount {get;}
[C++]
HRESULT get_UsageModeCount(
  long* pnCount
);
[C++]

Parameters

pnCount [out, retval]   pnCount is a parameter of type long

Product Availability

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

See Also

IDataLicenseInfo Interface