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 NewTopicScore { get; set; }
Visual Basic
Public Shared Property NewTopicScore As Integer
	Get
	Set
Visual C++
public:
static property int NewTopicScore {
	int get ();
	void set (int value);
}
F#
static member NewTopicScore : int with get, set

Property Value

Type: Int32
The new topic score.

See Also