ResourceCandidate.ValueAsBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.