The name of the user accessing the SourceSafe database.
Namespace: MSBuild.Community.Tasks.SourceSafe
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Required> Public Property UserName As String |
| C# |
|---|
| [Required] public string UserName { get; set; } |
| C++ |
|---|
| [Required] public property string UserName sealed { String get(); void set(String value); } |
| J# |
|---|
| /** @attribute Required() */ /** property */ public string get_UserName(); /** property */ public void set_UserName(string value); |
| JScript |
|---|
| public function get UserName() : String public function set UserName(value : String); |
See Also
Documentation version 1.0.0.0.