Gets or sets new comment added text.

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

Syntax

C#
string NewCommentAddedText { get; set; }
Visual Basic
Property NewCommentAddedText As String
	Get
	Set
Visual C++
property String^ NewCommentAddedText {
	String^ get ();
	void set (String^ value);
}
F#
abstract NewCommentAddedText : string with get, set

Property Value

Type: String

See Also