OptionsSecurity Method

Sets the Security options available on the Security tab of the Options dialog box.

Syntax

expression.OptionsSecurity(RemoveFileProperties)

*expression   *     Optional. An expression that returns an Application object.

*RemoveFileProperties *     Optional Boolean. True if Microsoft Office Project 2003 removes Author, Manager, Company, and Last Saved By information from the project upon saving. The default value is False.

Remarks

If an argument is omitted, its default value is specified by the current setting on the Security tab of the Options dialog box. Using the OptionsSecurity method without specifying any arguments brings up the Options dialog box with the Security tab selected. OptionsSecurity returns True if the user clicks OK in the Options dialog box, or False if the user clicks Cancel.

Applies to | Application Object