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

the created date for the case.

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

Syntax

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

See Also