BuildMachineProcessRecycleEventArgs.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 String
[DataMemberAttribute]
public string Reason { get; internal set; }
[DataMemberAttribute]
public:
property String^ Reason {
String^ get ();
internal: void set (String^ value);
}
[<DataMemberAttribute>]
member Reason : string with get, internal set
function get Reason () : String
internal function set Reason (value : String)
Property Value
Type: System.String
Returns String.
.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.