DateSavedTo Property
Office Core Primary Interop Assembly Reference
IFind.DateSavedTo Property
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)

Visual Basic
Dim iFind1 As IFind

Dim returnValue As Object
returnValue = iFind1.DateSavedTo

Dim sampleValue As Object
iFind1.DateSavedTo = sampleValue
Visual Basic
Property DateSavedTo() As Object
C#
object DateSavedTo {get; set;}
C++
property Object^ DateSavedTo{
	Object^ get();
	Void set(Object^);
}
J#
public System.Object get_DateSavedTo();
public void set_DateSavedTo(System.Object);
JScript
function get DateSavedTo() : Object;
function set DateSavedTo(Object);
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Page view tracker