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; }
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