WiFiDirectAdvertisement.InformationElements 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.
Information elements to advertise in the Wi-Fi Direct advertisement.
public:
property IVector<WiFiDirectInformationElement ^> ^ InformationElements { IVector<WiFiDirectInformationElement ^> ^ get(); void set(IVector<WiFiDirectInformationElement ^> ^ value); };
IVector<WiFiDirectInformationElement> InformationElements();
void InformationElements(IVector<WiFiDirectInformationElement> value);
public IList<WiFiDirectInformationElement> InformationElements { get; set; }
var iVector = wiFiDirectAdvertisement.informationElements;
wiFiDirectAdvertisement.informationElements = iVector;
Public Property InformationElements As IList(Of WiFiDirectInformationElement)
Property Value
Information elements to advertise.
Remarks
The default value for this property is NULL.