ReportDeferredValidationErrorsTask.DeferredValidationErrorsFilePath Property

Definition

Gets or sets the location where the deferred validation error were located.

public:
 property System::String ^ DeferredValidationErrorsFilePath { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string DeferredValidationErrorsFilePath { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.DeferredValidationErrorsFilePath : string with get, set
Public Property DeferredValidationErrorsFilePath As String

Property Value

The location where the deferred validation error were located.

Attributes

Applies to