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

value = instance.Phone2

instance.Phone2 = value
public:
property String^ Phone2 {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_Phone2()
/** @property */
public  void set_Phone2(String value)
public function get Phone2 () : String
public function set Phone2 (value : String)
function get_phone2();
function set_phone2(value);

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