API Help
Eplan.EplApi.RemoteClient Namespace / EplanRemoteClient Class / User Property

In This Topic
    User Property (EplanRemoteClient)
    In This Topic
    Eplan log-in user used for Rights Management. User settings will be used from this user.
    Syntax
    public string User {get; set;}
    public:
    property String^ User {
       String^ get();
       void set (    String^ value);
    }
    See Also