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)

Syntax

Visual Basic (Declaration)
ReadOnly Property LockToken As Id
C#
Id LockToken { get; }
C++
property Id LockToken abstract  {
    Id get();
}
J#
/** property */
public Id get_LockToken();
JScript
public function get LockToken() : Id

Remarks

See Also