TargetResult.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.
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; }
member this.ResultCode : Microsoft.Build.Execution.TargetResultCode
Public ReadOnly Property ResultCode As TargetResultCode
Property Value
The result code for the target.