RfcommInboundConnectionInformation.ServiceCapabilities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the service capabilities that will be advertised.
public:
property BluetoothServiceCapabilities ServiceCapabilities { BluetoothServiceCapabilities get(); void set(BluetoothServiceCapabilities value); };
BluetoothServiceCapabilities ServiceCapabilities();
void ServiceCapabilities(BluetoothServiceCapabilities value);
public BluetoothServiceCapabilities ServiceCapabilities { get; set; }
var bluetoothServiceCapabilities = rfcommInboundConnectionInformation.serviceCapabilities;
rfcommInboundConnectionInformation.serviceCapabilities = bluetoothServiceCapabilities;
Public Property ServiceCapabilities As BluetoothServiceCapabilities
Property Value
One of the BluetoothServiceCapabilities enumeration values that specifies the service capabilities to be advertised.
Windows requirements
App capabilities |
bluetooth
|