Firebird ADO.NET Provider SDK Documentation - v1.7

FbServerProperties.LockManager Property

Gets the location of the InterBase lock manager file on the server; this is the value of the $INTERBASE_LCK system environment variable, or by default $INTERBASE/serverhostname.lck.

[Visual Basic]
Public ReadOnly Property LockManager As String
[C#]
public string LockManager {get;}

See Also

FbServerProperties Class | FirebirdSql.Data.Firebird.Services Namespace