Hash.HashResult 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.
Hash of the ItemsToHash ItemSpec.
public:
property System::String ^ HashResult { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Output]
public string HashResult { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.HashResult : string with get, set
Public Property HashResult As String
Property Value
The hash of the ItemsToHash ItemSpec
.
- Attributes