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

In This Topic
    ARTICLE_ERPNR(Int32) Property
    In This Topic
    ERP number # 22056. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_ERPNR( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_ERPNR {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Unique part number in an external ERP system. ERP numbers may be up to 255 characters in length.

    See Also