Informs the framework regarding requested connection type. This may be either false for a shared connection or true for a exclusive connection to the card.

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

Syntax

C#
bool NeedExclusiveConnection { get; }
Visual Basic
ReadOnly Property NeedExclusiveConnection As Boolean
	Get
Visual C++
property bool NeedExclusiveConnection {
	bool get ();
}
F#
abstract NeedExclusiveConnection : bool with get

Property Value

Type: Boolean

See Also