True if connection is shared, otherwise false.

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

Syntax

C#
public abstract bool Shared { get; }
Visual Basic
Public MustOverride ReadOnly Property Shared As Boolean
	Get
Visual C++
public:
virtual property bool Shared {
	bool get () abstract;
}
F#
abstract Shared : bool with get

Property Value

Type: Boolean

Implements

ICardConnection..::..Shared

See Also