NetworkConnectionInfoConnectionId Property |
Gets the unique identifier for this connection. This value of this property is not cached.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public Guid ConnectionId { get; }
Public ReadOnly Property ConnectionId As Guid
Get
public:
property Guid ConnectionId {
Guid get ();
}
member ConnectionId : Guid with get
Property Value
Type:
GuidSee Also