Id - property of the PmUser object
Description:
Identifier of the user.
Note:
Property access for
read only.
The value of this property is defined in the "
Identifier" configurator of this object.
Empty value means that the (local or network) user is not logged in.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var sId = oUser.Id;
// Reading from the property
Dim sId
sId = oUser.Id
' Reading from the property