Gets or sets how much score user gets for new file submission.

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

Syntax

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

Property Value

Type: Int32

See Also