The name of the user whose changes should be listed in the history.
Namespace: MSBuild.Community.Tasks.SourceSafe
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property User As String |
C# |
---|
public string User { get; set; } |
C++ |
---|
public property string User sealed { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_User(); /** property */ public void set_User(string value); |
JScript |
---|
public function get User() : String public function set User(value : String); |
See Also
Documentation version 1.0.0.0.