Eplan Platform API
Eplan.EplApi.DataModel Namespace / UserDefinedPropertyDefinition Class / ModificationTime Property

In This Topic
    ModificationTime Property (UserDefinedPropertyDefinition)
    In This Topic
    Gets the date and time when the property was last modified. Returns System::Nullable{System: with no value if the modification time cannot be determined.
    Syntax
    public virtual Nullable<DateTime> ModificationTime {get;}
    public:
    virtual property Nullable<DateTime> ModificationTime {
       Nullable<DateTime> get();
    }

    Property Value

    A System::Nullable{System: representing the last modification time, or an empty nullable value when unavailable.
    See Also