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#
bool Shared { get; }
Visual Basic
ReadOnly Property Shared As Boolean
	Get
Visual C++
property bool Shared {
	bool get ();
}
F#
abstract Shared : bool with get

Property Value

Type: Boolean

See Also