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

value = instance.Password

instance.Password = value
public:
property String^ Password {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_Password()
/** @property */
public  void set_Password(String value)
public function get Password () : String
public function set Password (value : String)
function get_password();
function set_password(value);

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