Compartilhar via


PeerFinder.AllowBluetooth Propriedade

Definição

Especifica se a classe PeerFinder pode conectar um objeto StreamSocket usando 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

Valor da propriedade

Boolean

bool

True se a classe PeerFinder puder conectar um objeto StreamSocket usando Bluetooth; caso contrário, false. O padrão é true.

Requisitos do Windows

Funcionalidades do aplicativo
ID_CAP_NETWORKING [Windows Phone] proximity ID_CAP_PROXIMITY [Windows Phone]

Aplica-se a

Confira também