Note..::..NoteText Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Notes
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public string NoteText { get; set; }
Public Property NoteText As String
	Get
	Set
public:
property String^ NoteText {
	String^ get ();
	void set (String^ value);
}