ProjectOnErrorInstance.ExecuteTargets 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.
Unevaluated ExecuteTargets value. May be empty string.
public:
property System::String ^ ExecuteTargets { System::String ^ get(); };
public string ExecuteTargets { get; }
public string ExecuteTargets { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ExecuteTargets : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ExecuteTargets : string
Public ReadOnly Property ExecuteTargets As String
Property Value
The unevaluated ExecuteTargets attribute value, which may be an empty string.
- Attributes
Remarks
The targets to execute if a task fails.