Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.