DkmTransportConnection.UniqueId Property

Definition

Guid which uniquely identifies this connection. The local connection will use the value 'DkmTransportKind.Local'. The value for other connections will be randomly generated.

public:
 property Guid UniqueId { Guid get(); };
public Guid UniqueId { get; }
member this.UniqueId : Guid
Public ReadOnly Property UniqueId As Guid

Property Value

Returns Guid.

Applies to