WiFiDirectServiceAdvertiser.PreferredConfigurationMethods 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.
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.