  | ManagerConnectionUsername Property  | 
            Sets the username to use to connect to the asterisk server. This is the
            username 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 Username { get; set; }Public Property Username As String
	Get
	Set
public:
property String^ Username {
	String^ get ();
	void set (String^ value);
}member Username : string with get, set
Property Value
Type: 
String
See Also