NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServiceProcessInstaller.Password

Holds the password entered by the user at install time. This property is not public and is never serialized.

[Visual Basic]
Public Property Password As String
[C#]
public string Password {get; set;}
[C++]
public: __property String* get_Password();
public: __property void set_Password(String*);
[JScript]
public function get Password() : String;
public function set Password(String);

See Also

ServiceProcessInstaller Class | ServiceProcessInstaller Members | System.ServiceProcess Namespace