True if CanRate for current type in configuration is set to true, otherwise false.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool CanRate { get; }
Visual Basic
ReadOnly Property CanRate As Boolean
	Get
Visual C++
property bool CanRate {
	bool get ();
}

See Also