Share via


FileContainerItem.FileHash Property

Namespace:  Microsoft.VisualStudio.Services.FileContainer
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property FileHash As Byte()
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public byte[] FileHash { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property array<unsigned char>^ FileHash {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
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

FileContainerItem Class

Microsoft.VisualStudio.Services.FileContainer Namespace