IPublishFile2.IncludeHash Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether to include the hash of the file in the output manifest.
public:
property bool IncludeHash { bool get(); void set(bool value); };
public:
property bool IncludeHash { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(12)]
public bool IncludeHash { get; set; }
[<System.Runtime.InteropServices.DispId(12)>]
member this.IncludeHash : bool with get, set
Public Property IncludeHash As Boolean
Property Value
true
if the hash of the file is included in the output manifest; otherwise, false
. The default value is true
.
- Attributes