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

Gets/sets the Cuteness of this lolcat pic.

Namespace: MvcTestApp.Models
Assembly: MvcTestApp (in MvcTestApp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int Cuteness { get; set; }
Visual Basic
Public Property Cuteness As Integer
	Get
	Set
Visual C++
public:
property int Cuteness {
	int get ();
	void set (int value);
}

See Also