ProjectTargetInstance.AfterTargets 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 semicolon separated list of targets it runs after. May be empty string.
public:
property System::String ^ AfterTargets { System::String ^ get(); };
public string AfterTargets { get; }
member this.AfterTargets : string
Public ReadOnly Property AfterTargets As String