Share via


WiFiDirectServiceAdvertiser.ServiceNamePrefixes Property

Definition

Gets a list of service name prefixes that should match this service when a seeker is using prefix searching. Your code uses IVector methods to add or remove elements from the list.

public:
 property IVector<Platform::String ^> ^ ServiceNamePrefixes { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> ServiceNamePrefixes();
public IList<string> ServiceNamePrefixes { get; }
var iVector = wiFiDirectServiceAdvertiser.serviceNamePrefixes;
Public ReadOnly Property ServiceNamePrefixes As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The list of prefixes. Prefix values

Applies to