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


ISchemaLockInfo.UserName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISchemaLockInfo Interface > ISchemaLockInfo.UserName Property
ArcGIS Developer Help

ISchemaLockInfo.UserName Property

The user name who has the schema lock.

[Visual Basic .NET]
Public ReadOnly Property UserName As String
[C#]
public string UserName {get;}
[C++]
HRESULT get_UserName(
  System.String* UserName
);
[C++]
Parameters
UserName [out, retval]

UserName is a parameter of type BSTR*

Product Availability

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

See Also

ISchemaLockInfo Interface