If Login() was already called, returns id of the user assosiated with the connection; otherwise throws an exception.

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

Syntax

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

Return Value

User ID

Exceptions

ExceptionCondition
System..::.ExceptionLogin() was not called prior to this call.

See Also