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


IDatabaseLockInfo.DatasetType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesGDB > ESRI.ArcGIS.DataSourcesGDB > Interfaces > ID > IDatabaseLockInfo Interface > IDatabaseLockInfo.DatasetType Property
ArcGIS Developer Help

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