Gets or sets new topic added text.

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

Syntax

C#
public string NewTopicAddedText { get; set; }
Visual Basic
Public Property NewTopicAddedText As String
	Get
	Set
Visual C++
public:
virtual property String^ NewTopicAddedText {
	String^ get () sealed;
	void set (String^ value) sealed;
}
F#
abstract NewTopicAddedText : string with get, set
override NewTopicAddedText : string with get, set

Property Value

Type: String

Implements

IDiscussionSubscribeLocalization..::..NewTopicAddedText

See Also