4 writes to username
System.Management (4)
System\Management\ManagementOptions.cs (4)
1326username = value; 1583this.username = username; 1627this.username = username; 1708optionsTmp.username = options.username;
4 references to username
System.Management (4)
System\Management\ManagementOptions.cs (4)
1321get { return username; } 1324if (username != value) 1657return new ConnectionOptions(locale, username, GetSecurePassword(), 1708optionsTmp.username = options.username;