Share via


DkmSourceFileHash.Value Property

Definition

Array of the calculated hash bytes.

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Value { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> Value { get; }
member this.Value : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property Value As ReadOnlyCollection(Of Byte)

Property Value

Applies to