LanIdentifierData.Value Property

Definition

Gets the serialized value.

public:
 property IVectorView<byte> ^ Value { IVectorView<byte> ^ get(); };
IVectorView<byte> Value();
public IReadOnlyList<byte> Value { get; }
var iVectorView = lanIdentifierData.value;
Public ReadOnly Property Value As IReadOnlyList(Of Byte)

Property Value

A byte array that contains the serialized value of the data.

Applies to