ITargetResult.ResultCode Property

Definition

The result code for the target run.

public:
 property Microsoft::Build::Execution::TargetResultCode ResultCode { Microsoft::Build::Execution::TargetResultCode get(); };
public Microsoft.Build.Execution.TargetResultCode ResultCode { get; }
member this.ResultCode : Microsoft.Build.Execution.TargetResultCode
Public ReadOnly Property ResultCode As TargetResultCode

Property Value

The result code returned when the target was built.

Applies to