ContainerItem.FileHash Property

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

Syntax

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

Property Value

Type: array<System.Byte[]

.NET Framework Security

See Also

Reference

ContainerItem Class

Microsoft.TeamFoundation.Framework.Server Namespace