Username Property

MSBuild

The user to authenticate on the server


Namespace: MSBuild.Community.Tasks.Tfs
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property Username As String
C#
public string Username { get; set; }
C++
public property string Username sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_Username();

/** property */
public void set_Username(string value);
JScript
public function get Username() : String

public function set Username(value : String);

Remarks

Leave empty to use the credentials of the current user.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.