WiFiDirectAdvertisement.IsAutonomousGroupOwnerEnabled 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.
Whether autonomous group owner will be enabled.
public:
property bool IsAutonomousGroupOwnerEnabled { bool get(); void set(bool value); };
bool IsAutonomousGroupOwnerEnabled();
void IsAutonomousGroupOwnerEnabled(bool value);
public bool IsAutonomousGroupOwnerEnabled { get; set; }
var boolean = wiFiDirectAdvertisement.isAutonomousGroupOwnerEnabled;
wiFiDirectAdvertisement.isAutonomousGroupOwnerEnabled = boolean;
Public Property IsAutonomousGroupOwnerEnabled As Boolean
Property Value
Boolean
bool
Whether autonomous group owner will be enabled.
Remarks
The default value for this property is FALSE.