If Login() was already called, returns id of the user assosiated with the connection;
otherwise throws an exception.
Namespace:
Aras.IOMAssembly: 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
Exception | Condition |
---|---|
System..::.Exception | Login() was not called prior to this call. |