Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCBUSTERMCOMMENTITY_NAME Property / FUNC_PLCBUSTERMCOMMENTITY_NAME Property

In This Topic
    FUNC_PLCBUSTERMCOMMENTITY_NAME Property
    In This Topic
    Communication unit (at PLC connection points) # 20163.
    Syntax
    public PropertyValue FUNC_PLCBUSTERMCOMMENTITY_NAME {get; set;}
    public:
    property PropertyValue^ FUNC_PLCBUSTERMCOMMENTITY_NAME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is no longer in use and only taken into consideration in old projects. Name of the communication unit, the value is selectable from the associated main function (PLC card).

    See Also