Holds the username entered by the user at install time. This property is not public and is never serialized.
[Visual Basic] Public Property Username As String [C#] public string Username {get; set;} [C++] public: __property String* get_Username(); public: __property void set_Username(String*); [JScript] public function get Username() : String; public function set Username(String);
ServiceProcessInstaller Class | ServiceProcessInstaller Members | System.ServiceProcess Namespace