AyaNova business object library 4.0.1
UsesBanking Property
NamespacesGZTW.AyaNova.BLLHeadOfficeUsesBanking
If true then banked service is tracked for this object (hours / money / incidents)
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
public bool UsesBanking { get; set; }
Public Property UsesBanking As Boolean
Dim instance As HeadOffice
Dim value As Boolean

value = instance.UsesBanking

instance.UsesBanking = value
public:
property bool UsesBanking {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_UsesBanking()
/** @property */
public  void set_UsesBanking(boolean value)
public function get UsesBanking () : boolean
public function set UsesBanking (value : boolean)
function get_usesBanking();
function set_usesBanking(value);

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