GetFileHash.Hash 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.
The hash of the file. This is only set if there was one item group passed in.
public:
property System::String ^ Hash { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Output]
public string Hash { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.Hash : string with get, set
Public Property Hash As String
Property Value
- Attributes