Gets or sets the album last comment date

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

Syntax

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

See Also