AyaNova business object library 4.0.1
URL Property
NamespacesGZTW.AyaNova.BLLAssignedDocURL
URL for document This could be an internet URL, a UNC path and file name or a drive letter path filename to the file in question Basically this is anything that is understood by the Windows Shell Maximum of 4000 characters
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
public string URL { get; set; }
Public Property URL As String
Dim instance As AssignedDoc
Dim value As String

value = instance.URL

instance.URL = value
public:
property String^ URL {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_URL()
/** @property */
public  void set_URL(String value)
public function get URL () : String
public function set URL (value : String)
function get_uRL();
function set_uRL(value);

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