Gets the reputation score for the specified action.

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

Syntax

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

Property Value

Type: Int32
The new message score.

See Also