UserID (RecordLockingConflict property)

From m204wiki
Revision as of 07:19, 23 April 2011 by Goff (talk | contribs) (match syntax table to syntax template, tags and edits)
Jump to navigation Jump to search

User ID (login name) of the user that has the conflict (RecordLockingConflict class) This readOnly property returns the Model 204 userid (login name) of the user that has the conflict.

Syntax

%string = recordLockingConflict:UserID

Syntax terms

%userid A longstring to receive the userid value.
recordLockingConflict A reference to an instance of a RecordLockingConflict object.

See also