Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_BACKUP_BACKUPPATH Property / PROJ_BACKUP_BACKUPPATH Property

In This Topic
    PROJ_BACKUP_BACKUPPATH Property
    In This Topic
    Data backup: Backup directory # 10517.
    Syntax
    public PropertyValue PROJ_BACKUP_BACKUPPATH {get; set;}
    public:
    property PropertyValue^ PROJ_BACKUP_BACKUPPATH {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    In the project management, shows the directory used to back up the project.

    See Also