This member is used only on the Macintosh. For information about this member, consult the language reference Help included with Microsoft Office Macintosh Edition.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage
Dim iFind1 As IFind
Dim returnValue As Object
returnValue = iFind1.DateSavedTo
Dim sampleValue As Object
iFind1.DateSavedTo = sampleValue

Syntax
Property DateSavedTo() As Object
object DateSavedTo {get; set;}
property Object^ DateSavedTo{
Object^ get();
Void set(Object^);
}
public System.Object get_DateSavedTo();
public void set_DateSavedTo(System.Object);
function get DateSavedTo() : Object;
function set DateSavedTo(Object);

Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms

See Also