Hash.HashResult Property

Definition

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

Applies to