Target.DependsOnTargets Property

Definition

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution

Gets the target's unevaluated "DependsOnTargets" string. Returns unevaluated.

public:
 property System::String ^ DependsOnTargets { System::String ^ get(); void set(System::String ^ value); };
public string DependsOnTargets { get; set; }
member this.DependsOnTargets : string with get, set
Public Property DependsOnTargets As String

Property Value

The raw "DependsOnTargets" string.

Remarks

Warning

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution

Applies to