Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / PART_LASTCHANGE Property / PART_LASTCHANGE Property

In This Topic
    PART_LASTCHANGE Property
    In This Topic
    Last editor / Modification date # 22901.
    Syntax
    public PropertyValue PART_LASTCHANGE {get; set;}
    public:
    property PropertyValue^ PART_LASTCHANGE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Last change to the part. Shows the sign-in name of the user who last edited the record along with the date and time of the last change. The time is output in the local time of the user in accordance with the set time zone.

    See Also