Gets or sets how much score user gets for spam report.

Namespace: MonoSoftware.MonoX.ModuleGallery.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

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

Property Value

Type: Int32

See Also