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

value = instance.Phone1

instance.Phone1 = value
public:
property String^ Phone1 {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_Phone1()
/** @property */
public  void set_Phone1(String value)
public function get Phone1 () : String
public function set Phone1 (value : String)
function get_phone1();
function set_phone1(value);

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