BuildMachineStoppedEventArgs.Reason Property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Reason As BuildMachineStopReason
[DataMemberAttribute]
public BuildMachineStopReason Reason { get; set; }
[DataMemberAttribute]
public:
property BuildMachineStopReason Reason {
    BuildMachineStopReason get ();
    void set (BuildMachineStopReason value);
}
[<DataMemberAttribute>]
member Reason : BuildMachineStopReason with get, set
function get Reason () : BuildMachineStopReason 
function set Reason (value : BuildMachineStopReason)

Property Value

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

.NET Framework Security

See Also

Reference

BuildMachineStoppedEventArgs Class

Microsoft.TeamFoundation.Build.Hosting Namespace