AyaNova business object library 4.0.1
ContactNotes Property
NamespacesGZTW.AyaNova.BLLHeadOfficeContactNotes
Contact Notes / Other contacts
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
public string ContactNotes { get; set; }
Public Property ContactNotes As String
Dim instance As HeadOffice
Dim value As String

value = instance.ContactNotes

instance.ContactNotes = value
public:
property String^ ContactNotes {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_ContactNotes()
/** @property */
public  void set_ContactNotes(String value)
public function get ContactNotes () : String
public function set ContactNotes (value : String)
function get_contactNotes();
function set_contactNotes(value);

Assembly: GZTW.AyaNova.BLL (Module: GZTW.AyaNova.BLL) Version: 4.0.1.0 (4.0.0.0)