ProjectTargetInstance.BeforeTargets 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 before. May be empty string.
public:
property System::String ^ BeforeTargets { System::String ^ get(); };
public string BeforeTargets { get; }
member this.BeforeTargets : string
Public ReadOnly Property BeforeTargets As String