This property call follows WantThisCard call. Returns true if card
can be shared, or false if card must be used exclusive.
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
bool CanShare { get; } |
Visual Basic |
---|
ReadOnly Property CanShare As Boolean Get |
Visual C++ |
---|
property bool CanShare { bool get (); } |
F# |
---|
abstract CanShare : bool with get |