Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if the specified document or template hasn't changed since it was last saved. False if Microsoft Word displays a prompt to save changes when the document is closed.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Saved As Boolean
Get
Set
'Usage
Dim instance As Template
Dim value As Boolean
value = instance.Saved
instance.Saved = value
bool Saved { get; set; }
Property Value
Type: System.Boolean