True if an exclusive connection is required. See ICardService.NeedExclusiveConnection.

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

Syntax

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

Property Value

Type: Boolean

Implements

ICardService..::..NeedExclusiveConnection

See Also