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

In This Topic
    PROJ_CUSTOMERLONGNAME Property
    In This Topic
    Customer: Full name # 10115.
    Syntax
    public PropertyValue PROJ_CUSTOMERLONGNAME {get; set;}
    public:
    property PropertyValue^ PROJ_CUSTOMERLONGNAME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

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

    See Also