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#
public string NewCommentAddedText { get; set; }
Visual Basic
Public Property NewCommentAddedText As String
	Get
	Set
Visual C++
public:
virtual property String^ NewCommentAddedText {
	String^ get () sealed;
	void set (String^ value) sealed;
}
F#
abstract NewCommentAddedText : string with get, set
override NewCommentAddedText : string with get, set

Property Value

Type: String

Implements

IWallSubscribeLocalization..::..NewCommentAddedText

See Also