Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / BusTerminal Class / ConfigurationProject Property

In This Topic
    ConfigurationProject Property (BusTerminal)
    In This Topic
    Configuration project of the associated PLC box.
    Syntax
    public string ConfigurationProject {get; set;}
    public:
    property String^ ConfigurationProject {
       String^ get();
       void set (    String^ value);
    }
    See Also