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

value = instance.Custom2

instance.Custom2 = value
public:
property String^ Custom2 {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_Custom2()
/** @property */
public  void set_Custom2(String value)
public function get Custom2 () : String
public function set Custom2 (value : String)
function get_custom2();
function set_custom2(value);

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