API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_ENDCUSTOMER_LONGNAME Property / PROJ_ENDCUSTOMER_LONGNAME Property

In This Topic
    PROJ_ENDCUSTOMER_LONGNAME Property
    In This Topic
    End customer: Full name # 10145.
    Syntax
    public PropertyValue PROJ_ENDCUSTOMER_LONGNAME {get; set;}
    public:
    property PropertyValue^ PROJ_ENDCUSTOMER_LONGNAME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Full name of end customer. The property can be automatically populated with the relevant customer data from parts management via project management.

    See Also