Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.07 KB

rfcommconnectiontrigger_outboundconnection.md

File metadata and controls

25 lines (17 loc) · 1.07 KB
-api-id -api-type
P:Windows.ApplicationModel.Background.RfcommConnectionTrigger.OutboundConnection
winrt property

Windows.ApplicationModel.Background.RfcommConnectionTrigger.OutboundConnection

-description

Gets or sets the RfcommOutboundConnectionInformation object that describes how the system will create outgoing connections on behalf of the app.

-property-value

The RfcommOutboundConnectionInformation object that describes how the system will create outgoing connections on behalf of the app. The default is null.

-remarks

If this property is null, the system will not create outgoing connections.

At least one of the InboundConnection and OutboundConnection properties must be non-null.

-examples

-see-also