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


IDatabaseLockInfo.DatasetType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesGDB)  

IDatabaseLockInfo.DatasetType Property

The type of the locked dataset, if it is a dataset.

[Visual Basic .NET]
Public ReadOnly Property DatasetType As esriDatasetType
[C#]
public esriDatasetType DatasetType {get;}
[C++]
HRESULT get_DatasetType(
  esriDatasetType* type
);
[C++]

Parameters type [out, retval]
type is a parameter of type esriDatasetType

Product Availability

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

See Also

IDatabaseLockInfo Interface