WmiConnectionInfo.SetPassword(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the password for the account that is used to establish the connection.
public:
void SetPassword(System::String ^ password);
public void SetPassword (string password);
member this.SetPassword : string -> unit
Public Sub SetPassword (password As String)
Parameters
Examples
Managing Services and Network Settings by Using WMI Provider