Share via


TriggeredConnectionStateChangedEventArgs.Id Property

Definition

Gets the unique identifier for the connection in progress.

public:
 property unsigned int Id { unsigned int get(); };
uint32_t Id();
public uint Id { get; }
var uInt32 = triggeredConnectionStateChangedEventArgs.id;
Public ReadOnly Property Id As UInteger

Property Value

UInt32

unsigned int

uint32_t

The unique identifier for the connection in progress.

Windows requirements

Requirements Description
App capabilities
proximity

Applies to

See also