Gets or sets the note adding date

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

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

See Also