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


IFileDataLock.GetLockType Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFileDataLock.GetLockType Method

Get the lock type.

[Visual Basic .NET]
Public Function GetLockType ( _
) As esriLockMgrType
[C#]
public esriLockMgrType GetLockType (
);
[C++]
HRESULT GetLockType(
void
);

Product Availability

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

See Also

IFileDataLock Interface