FileStatistics.HashValue Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property HashValue As Byte()
public byte[] HashValue { get; set; }
public:
property array<unsigned char>^ HashValue {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
member HashValue : byte[] with get, set
function get HashValue () : byte[]
function set HashValue (value : byte[])

Property Value

Type: array<System.Byte[]
Returns Byte.

.NET Framework Security

See Also

Reference

FileStatistics Class

Microsoft.TeamFoundation.Framework.Server Namespace