HttpServerConnectiongetUserID Method |
If Login() was already called, returns id of the user associated with the connection;
otherwise throws an exception.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic override string getUserID()
Public Overrides Function getUserID As String
public String getUserID()
public override function getUserID() : String
Return Value
Type:
StringUser ID
ExceptionsException | Condition |
---|
Exception | Login() was not called prior to this call. |
See Also