Bagikan melalui


PeerFinder.AllowBluetooth Properti

Definisi

Menentukan apakah kelas PeerFinder dapat menghubungkan objek StreamSocket dengan menggunakan Bluetooth.

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

Nilai Properti

Boolean

bool

True jika kelas PeerFinder dapat menghubungkan objek StreamSocket dengan menggunakan Bluetooth; jika tidak salah. Secara default adalah benar.

Persyaratan Windows

Kemampuan aplikasi
ID_CAP_NETWORKING [Windows Phone] proximity ID_CAP_PROXIMITY [Windows Phone]

Berlaku untuk

Lihat juga