Freigeben über


PeerFinder.AllowBluetooth Eigenschaft

Definition

Gibt an, ob die PeerFinder-Klasse ein StreamSocket-Objekt mithilfe von Bluetooth verbinden kann.

public:
 static property bool AllowBluetooth { bool get(); void set(bool value); };
static bool AllowBluetooth();

static void AllowBluetooth(bool value);
public static bool AllowBluetooth { get; set; }
var boolean = PeerFinder.allowBluetooth;
PeerFinder.allowBluetooth = boolean;
Public Shared Property AllowBluetooth As Boolean

Eigenschaftswert

Boolean

bool

True, wenn die PeerFinder-Klasse ein StreamSocket-Objekt über Bluetooth verbinden kann; andernfalls false. Der Standardwert ist „true“.

Windows-Anforderungen

App-Funktionen
ID_CAP_NETWORKING [Windows Phone] proximity ID_CAP_PROXIMITY [Windows Phone]

Gilt für:

Weitere Informationen