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

The date when the item is created

Namespace:  OfficeClip.BusinessLayer.Extranet
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