WiFiDirectServiceAdvertiser.ServiceInfo 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 or sets the service information blob. The format and contents of the blob are determined by the individual service, and are intended to be used by Seekers during service discovery.
public:
property IBuffer ^ ServiceInfo { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer ServiceInfo();
void ServiceInfo(IBuffer value);
public IBuffer ServiceInfo { get; set; }
var iBuffer = wiFiDirectServiceAdvertiser.serviceInfo;
wiFiDirectServiceAdvertiser.serviceInfo = iBuffer;
Public Property ServiceInfo As IBuffer
Property Value
The service information blob.