RfcommInboundConnectionInformation.LocalServiceId 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 UUID that will be advertised in the SDP record.
public:
property RfcommServiceId ^ LocalServiceId { RfcommServiceId ^ get(); void set(RfcommServiceId ^ value); };
RfcommServiceId LocalServiceId();
void LocalServiceId(RfcommServiceId value);
public RfcommServiceId LocalServiceId { get; set; }
var rfcommServiceId = rfcommInboundConnectionInformation.localServiceId;
rfcommInboundConnectionInformation.localServiceId = rfcommServiceId;
Public Property LocalServiceId As RfcommServiceId
Property Value
The service UUID that will be advertised in the SDP record.
Windows requirements
App capabilities |
bluetooth
|