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

Gets/sets the Rating of this particular lolCat pic.

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

Syntax

C#
public decimal Rating { get; set; }
Visual Basic
Public Property Rating As Decimal
	Get
	Set
Visual C++
public:
property Decimal Rating {
	Decimal get ();
	void set (Decimal value);
}

See Also