Identifies the token used to signal that a lock exists on an object. The token is a unique identifier (GUID) that represents the lock. When the lock on the object is released (via Unlock), the value of LockToken is set to null. (If the lock expires naturally, then the value remains unchanged.)

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property LockToken As Id
C#
Id LockToken { get; }
Visual C++
property Id^ LockToken {
	Id^ get ();
}
JavaScript
function get_lockToken();

ToggleRemarks

ToggleSee Also