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

Property Value

Type: Int32
The new avatar score.

See Also