[This is preliminary documentation and is subject to change.]

Shows if the information is gathered from the timer.

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public string FromTimer { get; set; }
Visual Basic (Declaration)
Public Property FromTimer As String
Visual C++
public:
property String^ FromTimer {
	String^ get ();
	void set (String^ value);
}

See Also