Edit

Share via


DeferredValidationTask.DeferredValidationErrorsFilePath Property

Definition

Gets or sets the location of the validation to be deferred.

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 of the validation to be deferred.

Attributes

Applies to