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

value = instance.Custom1

instance.Custom1 = value
public:
property String^ Custom1 {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_Custom1()
/** @property */
public  void set_Custom1(String value)
public function get Custom1 () : String
public function set Custom1 (value : String)
function get_custom1();
function set_custom1(value);

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