NoteTypeCollection..::..NoteTableNames Property

Namespace:  JiwaFinancials.Jiwa.JiwaNoteTypes
Assembly:  JiwaNoteTypes (in JiwaNoteTypes.dll)

Syntax


public List<string> NoteTableNames { get; set; }
Public Property NoteTableNames As List(Of String)
	Get
	Set
public:
property List<String^>^ NoteTableNames {
	List<String^>^ get ();
	void set (List<String^>^ value);
}