True if sharing the connection is possible.

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

Syntax

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

Property Value

Type: Boolean

Implements

ICardSelector..::..CanShare

See Also