TargetResult.ResultCode Property

Definition

Returns the result code for the target.

public:
 property Microsoft::Build::Execution::TargetResultCode ResultCode { Microsoft::Build::Execution::TargetResultCode get(); };
public Microsoft.Build.Execution.TargetResultCode ResultCode { get; }
public Microsoft.Build.Execution.TargetResultCode ResultCode { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ResultCode : Microsoft.Build.Execution.TargetResultCode
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ResultCode : Microsoft.Build.Execution.TargetResultCode
Public ReadOnly Property ResultCode As TargetResultCode

Property Value

The result code for the target.

Implements

Attributes

Applies to