Document::Save method

The Save method saves the persistent data for the document.

Syntax

Document.Save()

Parameters

This method has no parameters.

Return value

This method does not return a value.

Examples

' Save the document.
objDoc.Save

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
MMCObj.h
IDL
MMCObj.idl
DLL
Mmc.exe
IID
IID_Document

See also

Document.IsSaved

Document.SaveAs