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
- 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.