Share via


Template.Saved Property

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

See Also

Reference

Template Interface

Template Members

Microsoft.Office.Interop.Word Namespace