_Application.FileValidation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets how Word will validate files before opening them.
public:
property Microsoft::Office::Core::MsoFileValidationMode FileValidation { Microsoft::Office::Core::MsoFileValidationMode get(); void set(Microsoft::Office::Core::MsoFileValidationMode value); };
public Microsoft.Office.Core.MsoFileValidationMode FileValidation { get; set; }
member this.FileValidation : Microsoft.Office.Core.MsoFileValidationMode with get, set
Public Property FileValidation As MsoFileValidationMode
Property Value
A MsoFileValidationMode object.
Remarks
Read-write MsoFileValidationMode. Files that do not pass validation are opened in a ProtectedViewWindow. The FileValidation property is per-session only. If you set the FileValidation property, that setting remains in effect for the entire session that the application is open.