Returns id of the user assosiated with a given instance of Innovator if this user is currently logged in, otherwise throws "Not logged in" exception.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public string getUserID()
Visual Basic (Declaration)
Public Function getUserID As String
J#
public String getUserID()
JScript
public function getUserID() : String

Return Value

User id.

See Also