The domain of 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 Domain As String |
| C# |
|---|
| public string Domain { get; set; } |
| C++ |
|---|
| public property string Domain sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Domain(); /** property */ public void set_Domain(string value); |
| JScript |
|---|
| public function get Domain() : String public function set Domain(value : String); |
Remarks
Leave empty to use the credentials of the current user.
See Also
Documentation version 1.0.0.0.