Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDSymbolVariantPropertyList Class / INSTANCE_REVISION_LOG_DATE Property / INSTANCE_REVISION_LOG_DATE Property

In This Topic
    INSTANCE_REVISION_LOG_DATE Property
    In This Topic
    Modification date (change tracking) # 19032.
    Syntax
    public MDPropertyValue INSTANCE_REVISION_LOG_DATE {get; set;}
    public:
    property MDPropertyValue^ INSTANCE_REVISION_LOG_DATE {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.DateTime.
    Remarks

    Date on which an object in a revision was modified. This property is displayed as standard in the automatically generated revision marker.

    See Also