Gets the reputation score for the specified action.

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

Syntax

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

See Also