InnovatorgetUserID Method |
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: 14.0.9.36244
Syntaxpublic string getUserID()
Public Function getUserID As String
public String getUserID()
public function getUserID() : String
Return Value
Type:
StringUser id.
See Also