API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / PART_ADDRESS_EMAIL Property / PART_ADDRESS_EMAIL(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    E-mail address of manufacturer/supplier or customer.

    See Also