AyaNova business object library 4.0.1
WebAddress Property
NamespacesGZTW.AyaNova.BLLHeadOfficeWebAddress
web address of HeadOffice if applicable can be null ties into hyerlink to web browser
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
public string WebAddress { get; set; }
Public Property WebAddress As String
Dim instance As HeadOffice
Dim value As String

value = instance.WebAddress

instance.WebAddress = value
public:
property String^ WebAddress {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_WebAddress()
/** @property */
public  void set_WebAddress(String value)
public function get WebAddress () : String
public function set WebAddress (value : String)
function get_webAddress();
function set_webAddress(value);

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