True if connection is shared, otherwise false.
Namespace: BasicCard.TerminalsAssembly: 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 |