API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / PART_LASTCHANGE Property / PART_LASTCHANGE(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Last change to the part. Shows the login name of the user who last edited the record along with the date and time of the last change.

    See Also