Share via


ResourceCandidate.ValueAsBytes Property

Definition

Gets the value of the ResourceCandidate represented in bytes.

public:
 property Platform::Array <byte> ^ ValueAsBytes { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> ValueAsBytes();
public byte[] ValueAsBytes { get; }
var byte[] = resourceCandidate.valueAsBytes;
Public ReadOnly Property ValueAsBytes As Byte()

Property Value

Byte[]

byte[]

The value of the ResourceCandidate represented in bytes.

Applies to