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

value = instance.Custom9

instance.Custom9 = value
public:
property String^ Custom9 {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_Custom9()
/** @property */
public  void set_Custom9(String value)
public function get Custom9 () : String
public function set Custom9 (value : String)
function get_custom9();
function set_custom9(value);

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