Eplan Platform API
Eplan.EplApi.EServices Namespace / ProjectMessage Class / GetUser Method

In This Topic
    GetUser Method (ProjectMessage)
    In This Topic
    Returns the computer name of the user, who has been created the message
    Syntax
    public string GetUser()
    public:
    String^ GetUser(); 
    Remarks
    Some messages do not have this property set. In this case empty string is returned. Please set USER.EsDMServices.EsMsgMgmtService.WriteUserAndTimeToAllMessages in order to write User and Time data to every message when it is created. This settings can be initialized only before first check run. Please restart EPLAN in order to initialize settings again.
    See Also