Share via


WiFiDirectInformationElement.Value Property

Definition

The value of the information element.

public:
 property IBuffer ^ Value { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer Value();

void Value(IBuffer value);
public IBuffer Value { get; set; }
var iBuffer = wiFiDirectInformationElement.value;
wiFiDirectInformationElement.value = iBuffer;
Public Property Value As IBuffer

Property Value

The value of the information element.

Applies to