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

value = instance.Custom4

instance.Custom4 = value
public:
property String^ Custom4 {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_Custom4()
/** @property */
public  void set_Custom4(String value)
public function get Custom4 () : String
public function set Custom4 (value : String)
function get_custom4();
function set_custom4(value);

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