[This is preliminary documentation and is subject to change.]

The user id of the user who locked the document. This is only meaningful if the document is locked.

Namespace:  OfficeClip.BusinessLayer.Desktop
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public int LockedByUserId { get; }
Visual Basic (Declaration)
Public ReadOnly Property LockedByUserId As Integer
Visual C++
public:
property int LockedByUserId {
	int get ();
}

See Also