VCManifestTool.UpdateFileHashes Property

Sets or gets whether to update file hashes.

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

Syntax

'Declaration
Property UpdateFileHashes As Boolean
    Get
    Set
bool UpdateFileHashes { get; set; }
property bool UpdateFileHashes {
    bool get ();
    void set (bool value);
}
abstract UpdateFileHashes : bool with get, set
function get UpdateFileHashes () : boolean
function set UpdateFileHashes (value : boolean)

Property Value

Type: System.Boolean
true means that file hashed are to be updated.

.NET Framework Security

See Also

Reference

VCManifestTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace