Gets the application password for this client.

Namespace: Buddy
Assembly: Buddy (in Buddy.dll) Version: 1.0.2.7 (1.0.2.7)

Syntax

C#
public string AppPassword { get; protected set; }
Visual Basic
Public Property AppPassword As String
	Get
	Protected Set
Visual C++
public:
property String^ AppPassword {
	String^ get ();
	protected: void set (String^ value);
}
JavaScript
function get_AppPassword();
function set_AppPassword(value);

See Also