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
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.