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

In This Topic
    PART_ADDRESS_NOTE(Int32) Property
    In This Topic
    Description (address) # 22922. This property isn't indexed.
    Syntax
    public MDPropertyValue PART_ADDRESS_NOTE( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ PART_ADDRESS_NOTE {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

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

    Descriptive text for a customer, manufacturer or supplier in the parts management. This property is used for entering internal information or remarks, e.g. "responsible for sales, part....., good credit, etc." and so on.

    See Also