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

value = instance.Custom5

instance.Custom5 = value
public:
property String^ Custom5 {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_Custom5()
/** @property */
public  void set_Custom5(String value)
public function get Custom5 () : String
public function set Custom5 (value : String)
function get_custom5();
function set_custom5(value);

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