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

The timestamp when the note was last modified

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

Syntax

C#
public DateTime ModifiedByTimestamp { get; set; }
Visual Basic (Declaration)
Public Property ModifiedByTimestamp As DateTime
Visual C++
public:
property DateTime ModifiedByTimestamp {
	DateTime get ();
	void set (DateTime value);
}

See Also