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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.