WiFiDirectInformationElement.Value 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.
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.