IPublishProperties3::VerifyUploadedFiles Property
Visual Studio 2015
Gets or sets a value that indicates whether Visual Studio verifies the uploaded files after they are published.
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::Booleantrue if Visual Studio verifies the uploaded files after they are published; otherwise, false.
Show: