  | ManagerConnectionPassword Property  | 
            Sets the password to use to connect to the asterisk server. This is the
            password specified in asterisk's manager.conf file.
            
 
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Password { get; set; }Public Property Password As String
	Get
	Set
public:
property String^ Password {
	String^ get ();
	void set (String^ value);
}member Password : string with get, set
Property Value
Type: 
String
See Also