ITargetResult.ResultCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.