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

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