3 references to userName
System (3)
net\System\Net\Configuration\SmtpNetworkElement.cs (3)
25this.properties.Add(this.userName); 110get { return (string)this[this.userName]; } 111set { this[this.userName] = value; }