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

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

Syntax

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

Property Value

Type: Int32

See Also