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