AyaNova business object library 4.0.1
Phone4 Property
NamespacesGZTW.AyaNova.BLLHeadOfficePhone4
Set/get HeadOffice Phone4
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
public string Phone4 { get; set; }
Public Property Phone4 As String
Dim instance As HeadOffice
Dim value As String

value = instance.Phone4

instance.Phone4 = value
public:
property String^ Phone4 {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_Phone4()
/** @property */
public  void set_Phone4(String value)
public function get Phone4 () : String
public function set Phone4 (value : String)
function get_phone4();
function set_phone4(value);

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