RfcommOutboundConnectionInformation.RemoteServiceId 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 of the remote service to which the system will connect on behalf of the app.
public:
property RfcommServiceId ^ RemoteServiceId { RfcommServiceId ^ get(); void set(RfcommServiceId ^ value); };
RfcommServiceId RemoteServiceId();
void RemoteServiceId(RfcommServiceId value);
public RfcommServiceId RemoteServiceId { get; set; }
var rfcommServiceId = rfcommOutboundConnectionInformation.remoteServiceId;
rfcommOutboundConnectionInformation.remoteServiceId = rfcommServiceId;
Public Property RemoteServiceId As RfcommServiceId
Property Value
The service UUID of the remote service to which the system will connect on behalf of the app. This value must be set. When the system creates outgoing connections for the app, it will connect to any remote service that lists the specified UUID in its ServiceClassIDList.
Windows requirements
App capabilities |
bluetooth
|