UserNumber (RecordLockingConflict property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (match syntax table to syntax template, tags and edits)
mNo edit summary
Line 1: Line 1:
{{Template:RecordLockingConflict:UserNumber subtitle}}
{{Template:RecordLockingConflict:UserNumber subtitle}}
This readOnly property returns the user number (unique per session) of the user that has the conflict.
This <var>[[Classes and Objects#readWrite|ReadOnly]]</var> property returns the user number (unique per session) of the user that has the conflict.


==Syntax==
==Syntax==

Revision as of 16:28, 5 May 2011

User number of the user that has the conflict (RecordLockingConflict class) This ReadOnly property returns the user number (unique per session) of the user that has the conflict.

Syntax

%number = recordLockingConflict:UserNumber

Syntax terms

%number A numeric variable to receive the user number.
recordLockingConflict A reference to an instance of a RecordLockingConflict object.

See also