Share via


BuildCompletionEvent2.LastChangedBy Property

Gets or sets the domain user name of the user that performed the last recorded modification of the build.

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public Property LastChangedBy As String
public string LastChangedBy { get; set; }
public:
property String^ LastChangedBy {
    String^ get ();
    void set (String^ value);
}
member LastChangedBy : string with get, set
function get LastChangedBy () : String 
function set LastChangedBy (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

BuildCompletionEvent2 Class

Microsoft.TeamFoundation.Build.Server Namespace