Compartilhar via


ProjectTargetElement.AfterTargets Property

Definition

Gets or sets the AfterTargets value. Returns empty string if it is not present. Removes the attribute if the value to set is empty.

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

Property Value

The AfterTargets attribute value, or an empty string if the attribute is not present.

Remarks

Removes the AfterTargets attribute if set to null or an empty string.

Applies to