True if card access is exclusive.

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

Syntax

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

Property Value

Type: Boolean

See Also