title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Project.RemoveFileProperties property (Project) |
project-server |
|
7aff624c-e9c9-f526-b233-fe0cc415e901 |
06/08/2017 |
medium |
True if Project removes user information from revisions and the project Properties dialog box upon saving a document. Read/write Boolean.
expression. RemoveFileProperties
expression A variable that represents a Project object.
The following example sets the current document to remove personal information from File Properties in the document the next time the user saves it.
Sub RemoveFileProperties()
ActiveProject.RemoveFileProperties = True
End Sub
[!includeSupport and feedback]