API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCBUSINTERFACENAME_AND_PLCPLUG Property / FUNC_PLCBUSINTERFACENAME_AND_PLCPLUG(Int32) Property

In This Topic
    FUNC_PLCBUSINTERFACENAME_AND_PLCPLUG(Int32) Property
    In This Topic
    Bus interface: Name (with plug designation) # 20443. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_PLCBUSINTERFACENAME_AND_PLCPLUG( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCBUSINTERFACENAME_AND_PLCPLUG {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    See Also