WiFiDirectService.PreferGroupOwnerMode 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 a value specifying whether the service instance should choose Wi-Fi Direct Point to Point (P2P) Group Owner (GO) mode.
public:
property bool PreferGroupOwnerMode { bool get(); void set(bool value); };
bool PreferGroupOwnerMode();
void PreferGroupOwnerMode(bool value);
public bool PreferGroupOwnerMode { get; set; }
var boolean = wiFiDirectService.preferGroupOwnerMode;
wiFiDirectService.preferGroupOwnerMode = boolean;
Public Property PreferGroupOwnerMode As Boolean
Property Value
Boolean
bool
When true, prefer GO mode.