Share via


IPublishFile2.IncludeHash Property

Definition

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

Applies to