Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 903 Bytes

Project.Project.RemoveFileProperties.md

File metadata and controls

35 lines (22 loc) · 903 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Project.RemoveFileProperties property (Project)
project-server
Project.Project.RemoveFileProperties
7aff624c-e9c9-f526-b233-fe0cc415e901
06/08/2017
medium

Project.RemoveFileProperties property (Project)

True if Project removes user information from revisions and the project Properties dialog box upon saving a document. Read/write Boolean.

Syntax

expression. RemoveFileProperties

expression A variable that represents a Project object.

Example

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]