IPublishProperties3::VerifyUploadedFiles Property

 

Gets or sets a value that indicates whether Visual Studio verifies the uploaded files after they are published.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.9.0 (in Microsoft.VisualStudio.ManagedInterfaces.9.0.dll)

[DispIdAttribute(30)]
property bool VerifyUploadedFiles {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if Visual Studio verifies the uploaded files after they are published; otherwise, false.

Return to top
Show: