Card connection of active card or null if failed to connect

Namespace: BasicCard.Framework
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public ICardConnection Connection { get; }
Visual Basic
Public ReadOnly Property Connection As ICardConnection
	Get
Visual C++
public:
property ICardConnection^ Connection {
	ICardConnection^ get ();
}
F#
member Connection : ICardConnection with get

Property Value

Type: ICardConnection

See Also