Share via


WiFiDirectAdvertisement.IsAutonomousGroupOwnerEnabled Property

Definition

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.

Applies to