VCManifestTool::UpdateFileHashesSearchPath Property

 

Sets or gets the path to the file hashes.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property String^ UpdateFileHashesSearchPath {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

String containing the path to the file hashes.

Return to top
Show: