API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_CUSTOMEREMAIL Property / PROJ_CUSTOMEREMAIL(Int32) Property

In This Topic
    PROJ_CUSTOMEREMAIL(Int32) Property
    In This Topic
    Customer: E-mail # 10112. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_CUSTOMEREMAIL( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_CUSTOMEREMAIL {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

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

    See Also