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!

ServiceInstallerDialog.Username

[To be supplied.]

[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);

See Also

ServiceInstallerDialog Class | ServiceInstallerDialog Members | System.ServiceProcess Namespace