Condividi tramite


PeerFinder.AllowBluetooth Proprietà

Definizione

Specifica se la classe PeerFinder può connettere un oggetto StreamSocket tramite 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

Valore della proprietà

Boolean

bool

True se la classe PeerFinder può connettere un oggetto StreamSocket tramite Bluetooth; in caso contrario false. Il valore predefinito è true.

Requisiti Windows

Funzionalità dell'app
ID_CAP_NETWORKING [Windows Phone] proximity ID_CAP_PROXIMITY [Windows Phone]

Si applica a

Vedi anche