BuildCompletedEvent.Controller Property

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Build.Server.BuildController
Returns BuildController.

.NET Framework Security

See Also

Reference

BuildCompletedEvent Class

Microsoft.TeamFoundation.Build.Server.Events Namespace