Share via


WiFiDirectServiceAdvertiser.PreferredConfigurationMethods Property

Definition

Gets a list (that implements the IVector interface) of preferred session configuration methods. Your code uses IVector operations on the list to add or remove elements from the list.

public:
 property IVector<WiFiDirectServiceConfigurationMethod> ^ PreferredConfigurationMethods { IVector<WiFiDirectServiceConfigurationMethod> ^ get(); };
IVector<WiFiDirectServiceConfigurationMethod> PreferredConfigurationMethods();
public IList<WiFiDirectServiceConfigurationMethod> PreferredConfigurationMethods { get; }
var iVector = wiFiDirectServiceAdvertiser.preferredConfigurationMethods;
Public ReadOnly Property PreferredConfigurationMethods As IList(Of WiFiDirectServiceConfigurationMethod)

Property Value

An ordered list of enumeration values indicating preferred configuration methods. The earlier a configuration method appears in the list, the higher the preference for using that method when configuring sessions with this advertiser.

Applies to