API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_BACKUP_METHOD Property / PROJ_BACKUP_METHOD(Int32) Property

In This Topic
    PROJ_BACKUP_METHOD(Int32) Property
    In This Topic
    Data backup: Method # 10514. This property isn't indexed.
    Syntax
    public PropertyValue PROJ_BACKUP_METHOD( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_BACKUP_METHOD {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    In the project management, shows the manner in which the project was backed up (back up/ filed off / archived).

    See Also