UserID (RecordLockingConflict property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with " <span class="pageSubtitle"><section begin=dpl_desc/>Userid (login name) of the user that has the conflict<section end=dpl_desc/></span> [[Category:RecordLockingConflict methods|...")
 
m (1 revision)
(No difference)

Revision as of 21:43, 16 January 2011

<section begin=dpl_desc/>Userid (login name) of the user that has the conflict<section end=dpl_desc/>

UserID is a member of the RecordLockingConflict class.

Syntax

%userid = %rlc:UserID

Syntax terms

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