Target.DependsOnTargets Property

Definition

Gets the DependsOnTargets attribute value of the Target element, which is a semicolon-separated list.

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 DependsOnTargets attribute value of the Target element.

Applies to