Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_ENDCUSTOMER_NOTE Property / PROJ_ENDCUSTOMER_NOTE Property

In This Topic
    PROJ_ENDCUSTOMER_NOTE Property
    In This Topic
    End customer: Description # 10147.
    Syntax
    public PropertyValue PROJ_ENDCUSTOMER_NOTE {get; set;}
    public:
    property PropertyValue^ PROJ_ENDCUSTOMER_NOTE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    This property is used for entering internal information or remarks, such as "responsible for sales, part ...., good credit" and so on. The property can be automatically populated with the relevant customer data from parts management via project management.

    See Also