ProjectOnErrorInstance.ExecuteTargets Property

Definition

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.

Applies to