TargetSkippedEventArgs.TargetFile 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.
File where this target was declared.
public:
property System::String ^ TargetFile { System::String ^ get(); void set(System::String ^ value); };
public string TargetFile { get; set; }
member this.TargetFile : string with get, set
Public Property TargetFile As String