API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment.PLCAddress Class / Configuration Property

In This Topic
    Configuration Property
    In This Topic
    The name of the configuration project for the PLC box to which the PLC connection point belongs.
    Syntax
    public string Configuration {get; set;}
    public:
    property String^ Configuration {
       String^ get();
       void set (    String^ value);
    }
    See Also