Resulting share mode. True if card can be shared to fit request, false if not.

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

Syntax

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

Property Value

Type: Boolean

Remarks

This is true if both Shared and CardSelector.CanShare is true. It is false otherwise.

See Also