User Property

MSBuild

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

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