Gets or sets notification subject new note text.

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

Syntax

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

Property Value

Type: String

See Also