BuildMachineState.Controller Property

Gets the controller process managed by this build server.

Namespace:  Microsoft.TeamFoundation.Build.Hosting
Assembly:  Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property Controller As BuildMachineProcessState
[DataMemberAttribute(IsRequired = false)]
public BuildMachineProcessState Controller { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property BuildMachineProcessState^ Controller {
    BuildMachineProcessState^ get ();
    void set (BuildMachineProcessState^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member Controller : BuildMachineProcessState with get, set
function get Controller () : BuildMachineProcessState 
function set Controller (value : BuildMachineProcessState)

Property Value

Type: Microsoft.TeamFoundation.Build.Hosting.BuildMachineProcessState
Returns BuildMachineProcessState.

.NET Framework Security

See Also

Reference

BuildMachineState Class

Microsoft.TeamFoundation.Build.Hosting Namespace