Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / IEplanRemoteClient Interface / User Property

In This Topic
    User Property (IEplanRemoteClient)
    In This Topic
    User name. This Property should be set before calling any StartEplan method.
    Syntax
    string User {get; set;}
    property String^ User {
       String^ get();
       void set (    String^ value);
    }
    See Also