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

In This Topic
    PART_ADDRESS_LASTCHANGE(Int32) Property
    In This Topic
    Last editor / Modification date (address) # 22937. This property isn't indexed.
    Syntax
    public MDPropertyValue PART_ADDRESS_LASTCHANGE( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ PART_ADDRESS_LASTCHANGE {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Last change to manufacturer/supplier or customer details. Shows the login name of the user who last edited the record along with the date and time of the last change.

    See Also